| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage()
This call is idempotent.
|
ParseTree<Node> |
parse()
This method returns the parse tree.
|
boolean |
parseOk()
This call is idempotent.
|
ParseTree<Node> parse()
ParseTree<Node> capturing the result of a complete parse attempt.boolean parseOk()
true if the parse completed successfully, otherwise false, in which case the
termination message is set.java.lang.String getErrorMessage()
parseOk() returns false.Copyright © 2023. All rights reserved.