org.sonar.sslr.parser
Class ParsingResult
java.lang.Object
org.sonar.sslr.parser.ParsingResult
public class ParsingResult
- extends Object
Parsing result.
This class is not intended to be instantiated or subclassed by clients.
- Since:
- 1.16
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsingResult
public ParsingResult(InputBuffer inputBuffer,
boolean matched,
@Nullable
ParseNode parseTreeRoot,
@Nullable
ParseError parseError)
getInputBuffer
public InputBuffer getInputBuffer()
isMatched
public boolean isMatched()
getParseError
public ParseError getParseError()
getParseTreeRoot
public ParseNode getParseTreeRoot()
Copyright © 2009-2014 SonarSource. All Rights Reserved.