Constructor and Description |
---|
ParseResult(IAST<E> ast,
ParseError error)
Creates a new ParseResult.
|
Modifier and Type | Method and Description |
---|---|
IAST<E> |
getAST()
Returns the ast.
|
ParseError |
getError()
Returns the error.
|
String |
toString() |
public ParseResult(IAST<E> ast, ParseError error)
ast
- The AST of a successful parse.error
- The error of an unsuccessful parse.Copyright © 2017 Kevoree Project. All rights reserved.