public class ParsingResult
extends java.lang.Object
This class is not intended to be instantiated or sub-classed 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, ParseNode parseTreeRoot, ParseError parseError)
public InputBuffer getInputBuffer()
public boolean isMatched()
public ParseError getParseError()
public ParseNode getParseTreeRoot()
Copyright © 2012 SonarSource. All Rights Reserved.