public class ParsingResult extends Object
This class is not intended to be instantiated or subclassed by clients.
Constructor and Description |
---|
ParsingResult(InputBuffer inputBuffer,
boolean matched,
ParseNode parseTreeRoot,
ParseError parseError) |
Modifier and Type | Method and Description |
---|---|
InputBuffer |
getInputBuffer() |
ParseError |
getParseError() |
ParseNode |
getParseTreeRoot() |
boolean |
isMatched() |
public ParsingResult(InputBuffer inputBuffer, boolean matched, @Nullable ParseNode parseTreeRoot, @Nullable ParseError parseError)
public InputBuffer getInputBuffer()
public boolean isMatched()
public ParseError getParseError()
public ParseNode getParseTreeRoot()
Copyright © 2009–2017 SonarSource. All rights reserved.