See: Description
| Class | Description |
|---|---|
| SimpleToken |
Holder for a token, with associated type and position in the input.
|
| SimpleTokenType |
The different token types used by the simple parser.
|
| Enum | Description |
|---|---|
| BinaryOperatorType |
Types of binary operators supported
|
| BinaryOperatorType.ParameterType |
Parameter types a binary operator supports on the right hand side.
|
| LogicalOperatorType |
Types of logical operators supported
|
| TokenType |
Classifications of known token types.
|
| UnaryOperatorType |
Types of unary operators supported.
|
| Exception | Description |
|---|---|
| SimpleIllegalSyntaxException |
Syntax error in the simple language expression.
|
| SimpleParserException |
Holds information about error parsing the simple expression at a given location
in the input.
|
Apache Camel