| Package | Description |
|---|---|
| org.apache.camel.language.simple |
Camel Simple language.
|
| org.apache.camel.language.simple.ast |
AST for the Camel Simple language.
|
| org.apache.camel.language.simple.types |
Types for the Camel Simple language.
|
| Class and Description |
|---|
| SimpleParserException
Holds information about error parsing the simple expression at a given location
in the input.
|
| SimpleToken
Holder for a token, with associated type and position in the input.
|
| TokenType
Classifications of known token types.
|
| Class and Description |
|---|
| BinaryOperatorType
Types of binary operators supported
|
| LogicalOperatorType
Types of logical operators supported
|
| SimpleParserException
Holds information about error parsing the simple expression at a given location
in the input.
|
| SimpleToken
Holder for a token, with associated type and position in the input.
|
| UnaryOperatorType
Types of unary operators supported.
|
| Class and 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
|
| SimpleTokenType
The different token types used by the simple parser.
|
| TokenType
Classifications of known token types.
|
| UnaryOperatorType
Types of unary operators supported.
|
Apache Camel