Package org.sonar.sslr.parser
Class ParsingResult
java.lang.Object
org.sonar.sslr.parser.ParsingResult
Parsing result.
This class is not intended to be instantiated or subclassed by clients.
- Since:
- 1.16
-
Constructor Summary
ConstructorsConstructorDescriptionParsingResult(InputBuffer inputBuffer, boolean matched, ParseNode parseTreeRoot, ParseError parseError) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ParsingResult
public ParsingResult(InputBuffer inputBuffer, boolean matched, @Nullable ParseNode parseTreeRoot, @Nullable ParseError parseError)
-
-
Method Details
-
getInputBuffer
-
isMatched
public boolean isMatched() -
getParseError
-
getParseTreeRoot
-