All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description BaseSimpleNode Base class forSimpleNode
nodes.BaseSimpleParser Base class for Simple language parser.BinaryExpression Represents a binary expression in the AST.BinaryOperatorType Types of binary operators supportedBinaryOperatorType.ParameterType Parameter types a binary operator supports on the right hand side.Block A model which is a block, containing other nodes.BlockEnd Marks an end of a block.BlockStart Marks a start of a block.BooleanExpression Represents a boolean value.CompositeNodes A node which contains othernodes
.ConstantLanguage A language for constant expressions.CSimpleCodeGenerator Source code generate for csimple language.CSimpleCompiler SPI plugin for custom compilers to use at runtime.CSimpleException General csimple exception.CSimpleExpression CSimple forExpression
orPredicate
.CSimpleExpressionParser Expression parser for csimple.CSimpleGeneratedCode Generated csimple code.CSimpleHelper A set of helper as static imports for the Camel compiled simple language.CSimpleLanguage CSimpleLanguage.Builder CSimpleMethod Method that will be executed for csimple expressions and which has been source code generated to implement the logic in Java code.CSimplePredicateParser Predicate parser for csimple.CSimpleSupport Base class for source code generateed csimple expressions.DoubleQuoteEnd Ends a block enclosed by double quotesDoubleQuoteStart Starts a block enclosed by double quotesExchangePropertyLanguage A language for exchange property expressions.FileLanguage The Camel file language.HeaderLanguage A language for header expressions.LiteralExpression Represents literals in the AST.LiteralNode Represents a node in the AST which contains literalsLogicalExpression Represents a logical expression in the ASTLogicalOperatorType Types of logical operators supportedNullExpression Represents a null expression.NumericExpression Represents a numeric value.RefLanguage A language for referred expressions or predicates.Simple Used to inject a simple expression into a field, property, method or parameter when using Bean Integration.SimpleExpressionBuilder Expression builder used by the simple language.SimpleExpressionBuilder.KeyedOgnlExpressionAdapter Expression adapter for OGNL expression from Message Header or Exchange propertySimpleExpressionBuilder.KeyedOgnlExpressionAdapter.KeyedEntityRetrievalStrategy Strategy to retrieve the value based on the keySimpleExpressionParser A parser to parse simple language as a CamelExpression
SimpleFunctionEnd Ends a functionSimpleFunctionExpression Represents one of built-in functions of the simple languageSimpleFunctionStart Starts a functionSimpleIllegalSyntaxException Syntax error in the simple language expression.SimpleLanguage The Camel simple language.SimpleNode Represents a node in the Simple ASTSimpleParserException Holds information about error parsing the simple expression at a given location in the input.SimplePredicateParser A parser to parse simple language as a CamelPredicate
SimpleToken Holder for a token, with associated type and position in the input.SimpleTokenizer Tokenizer to createSimpleToken
from the input.SimpleTokenType The different token types used by the simple parser.SingleQuoteEnd Ends a block enclosed by single quotesSingleQuoteStart Starts a block enclosed by single quotesTokenizeLanguage A language for tokenizer expressions.TokenType Classifications of known token types.UnaryExpression Represents an unary expression in the ASTUnaryOperatorType Types of unary operators supported.