Package org.apache.camel.language.simple.types
Types for the Camel Simple language.
-
Class Summary 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 Summary Enum Description BinaryOperatorType Types of binary operators supportedBinaryOperatorType.ParameterType Parameter types a binary operator supports on the right hand side.LogicalOperatorType Types of logical operators supportedTokenType Classifications of known token types.UnaryOperatorType Types of unary operators supported. -
Exception Summary 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.