Class DoubleQuoteEnd
java.lang.Object
org.apache.camel.language.simple.ast.BaseSimpleNode
org.apache.camel.language.simple.ast.DoubleQuoteEnd
- All Implemented Interfaces:
BlockEnd,SimpleNode
Ends a block enclosed by double quotes
-
Field Summary
Fields inherited from class org.apache.camel.language.simple.ast.BaseSimpleNode
token -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCode(String expression) Creates Java code based on this model.org.apache.camel.ExpressioncreateExpression(org.apache.camel.CamelContext camelContext, String expression) Creates a CamelExpressionbased on this model.Methods inherited from class org.apache.camel.language.simple.ast.BaseSimpleNode
createCode, getToken, toString
-
Constructor Details
-
DoubleQuoteEnd
-
-
Method Details
-
createExpression
public org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext, String expression) Description copied from interface:SimpleNodeCreates a CamelExpressionbased on this model.- Specified by:
createExpressionin interfaceSimpleNode- Parameters:
camelContext- the camel contextexpression- the input string- Returns:
- the created
Expression
-
createCode
Description copied from interface:SimpleNodeCreates Java code based on this model.- Specified by:
createCodein interfaceSimpleNode- Parameters:
expression- the input string- Returns:
- the created Java code
- Throws:
SimpleParserException- should be thrown if error parsing the model
-