org.apache.camel.language.simple.ast
Class DoubleQuoteEnd

java.lang.Object
  extended by org.apache.camel.language.simple.ast.BaseSimpleNode
      extended by org.apache.camel.language.simple.ast.DoubleQuoteEnd
All Implemented Interfaces:
BlockEnd, SimpleNode

public class DoubleQuoteEnd
extends BaseSimpleNode
implements BlockEnd

Ends a block enclosed by double quotes


Field Summary
 
Fields inherited from class org.apache.camel.language.simple.ast.BaseSimpleNode
token
 
Constructor Summary
DoubleQuoteEnd(SimpleToken token)
           
 
Method Summary
 Expression createExpression(String expression)
          Creates a Camel Expression based on this model.
 
Methods inherited from class org.apache.camel.language.simple.ast.BaseSimpleNode
getToken, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleQuoteEnd

public DoubleQuoteEnd(SimpleToken token)
Method Detail

createExpression

public Expression createExpression(String expression)
Description copied from interface: SimpleNode
Creates a Camel Expression based on this model.

Specified by:
createExpression in interface SimpleNode
Parameters:
expression - the input string
Returns:
the created Expression


Apache CAMEL