| Package | Description |
|---|---|
| parsii.eval | |
| parsii.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
Parser.parse()
Parses the expression in input
|
static Expression |
Parser.parse(Reader input)
Parses the given input into an expression.
|
static Expression |
Parser.parse(Reader input,
Scope scope)
Parses the given input into an expression.
|
static Expression |
Parser.parse(String input)
Parses the given input into an expression.
|
static Expression |
Parser.parse(String input,
Scope scope)
Parses the given input into an expression.
|
| Modifier and Type | Method and Description |
|---|---|
static ParseException |
ParseException.create(List<ParseError> errors)
Creates a new exception based on the list of errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tokenizer.throwOnError()
Throws a
ParseException if an error occurred while parsing the input. |
void |
Tokenizer.throwOnErrorOrWarning()
Throws a
ParseException if an error or warning occurred while parsing the input |
Copyright © 2018. All rights reserved.