| Package | Description |
|---|---|
| uk.co.cogitolearning.cogpar |
| Modifier and Type | Method and Description |
|---|---|
Token |
ParserException.getToken()
Get the token.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Token> |
Tokenizer.getTokens()
Get the tokens generated in the last call to tokenize.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode |
Parser.parse(LinkedList<Token> tokens)
Parse a mathematical expression in contained in a list of tokens and return
an ExpressionNode.
|
| Constructor and Description |
|---|
ParserException(String message,
Token token)
Construct the evaluation exception with a message and a token.
|
Copyright © 2017. All rights reserved.