Package | Description |
---|---|
parsii.eval | |
parsii.tokenizer |
Modifier and Type | Method and Description |
---|---|
Expression |
Parser.parse()
Parses the expression in input
|
Expression |
Parser.parse(Reader input)
Parses the given input into an expression.
|
Expression |
Parser.parse(Reader input,
Scope scope)
Parses the given input into an expression.
|
Expression |
Parser.parse(String input)
Parses the given input into an expression.
|
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 © 2020. All rights reserved.