Name | Description | Type | Package | Framework |
BinaryOperatorType | enum BinaryOperatorTypeTypes of binary operators supported | Class | org.apache.camel.language.simple.types | Apache Camel |
BinaryOperatorType .ParameterType | Parameter types a binary operator supports on the right hand side. | Class | org.apache.camel.language.simple.types.BinaryOperatorType | Apache Camel |
LogicalOperatorType | enum LogicalOperatorTypeTypes of logical operators supported | Class | org.apache.camel.language.simple.types | Apache Camel |
SimpleIllegalSyntaxException | Syntax error in the simple language expression. | Class | org.apache.camel.language.simple.types | Apache Camel |
SimpleParserException | Holds information about error parsing the simple expression at a given locationSee Also:Serialized Form | Class | org.apache.camel.language.simple.types | Apache Camel |
SimpleToken | Holder for a token, with associated type and position in the input. | Class | org.apache.camel.language.simple.types | Apache Camel |
SimpleTokenType | The different token types used by the simple parser. | Class | org.apache.camel.language.simple.types | Apache Camel |
TokenType | Classifications of known token types. | Class | org.apache.camel.language.simple.types | Apache Camel |
UnaryOperatorType | enum UnaryOperatorTypeTypes of unary operators supported. | Class | org.apache.camel.language.simple.types | Apache Camel |