Class BaseSimpleNode
java.lang.Object
org.apache.camel.language.simple.ast.BaseSimpleNode
- All Implemented Interfaces:
SimpleNode
- Direct Known Subclasses:
BinaryExpression,BooleanExpression,CompositeNodes,DoubleQuoteEnd,DoubleQuoteStart,LiteralExpression,LogicalExpression,NullExpression,NumericExpression,SimpleFunctionEnd,SimpleFunctionStart,SingleQuoteEnd,SingleQuoteStart,UnaryExpression
Base class for
SimpleNode nodes.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringcreateCode(org.apache.camel.CamelContext camelContext, String expression, CompositeNodes block) getToken()Gets the token by which this model was based upontoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.camel.language.simple.ast.SimpleNode
createCode, createExpression
-
Field Details
-
token
-
-
Constructor Details
-
BaseSimpleNode
-
-
Method Details
-
getToken
Description copied from interface:SimpleNodeGets the token by which this model was based upon- Specified by:
getTokenin interfaceSimpleNode- Returns:
- the token
-
toString
-
createCode
protected static String createCode(org.apache.camel.CamelContext camelContext, String expression, CompositeNodes block) throws SimpleParserException - Throws:
SimpleParserException
-