Uses of Class
org.apache.camel.language.simple.types.SimpleToken
Packages that use SimpleToken
-
Uses of SimpleToken in org.apache.camel.language.simple
Fields in org.apache.camel.language.simple declared as SimpleTokenFields in org.apache.camel.language.simple with type parameters of type SimpleTokenMethods in org.apache.camel.language.simple that return SimpleTokenModifier and TypeMethodDescriptionstatic SimpleTokenCreate the next tokenstatic SimpleTokenCreate the next token -
Uses of SimpleToken in org.apache.camel.language.simple.ast
Fields in org.apache.camel.language.simple.ast declared as SimpleTokenMethods in org.apache.camel.language.simple.ast that return SimpleTokenModifier and TypeMethodDescriptionBaseSimpleNode.getToken()SimpleNode.getToken()Gets the token by which this model was based uponConstructors in org.apache.camel.language.simple.ast with parameters of type SimpleTokenModifierConstructorDescriptionprotectedBaseSimpleNode(SimpleToken token) BinaryExpression(SimpleToken token) BooleanExpression(SimpleToken token) CompositeNodes(SimpleToken token) DoubleQuoteEnd(SimpleToken token) DoubleQuoteStart(SimpleToken token) LiteralExpression(SimpleToken token) LogicalExpression(SimpleToken token) NullExpression(SimpleToken token) NumericExpression(SimpleToken token, String text) SimpleFunctionEnd(SimpleToken token) SimpleFunctionExpression(SimpleToken token, Map<String, org.apache.camel.Expression> cacheExpression) SimpleFunctionStart(SimpleToken token, Map<String, org.apache.camel.Expression> cacheExpression) SingleQuoteEnd(SimpleToken token) SingleQuoteStart(SimpleToken token) UnaryExpression(SimpleToken token)