protected static final class Matcher.MatchResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected static Matcher.MatchResult |
fail(ParsingState parsingState,
int startingIndex) |
AstNode |
getAstNode() |
int |
getToIndex() |
boolean |
isMatching() |
protected static Matcher.MatchResult |
succeed(ParsingState parsingState,
int startingIndex,
AstNode astNode) |
protected static Matcher.MatchResult fail(ParsingState parsingState, int startingIndex)
protected static Matcher.MatchResult succeed(ParsingState parsingState, int startingIndex, AstNode astNode)
public boolean isMatching()
public AstNode getAstNode()
public int getToIndex()
Copyright © 2012 SonarSource. All Rights Reserved.