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

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

public class SingleQuoteEnd
extends BaseSimpleNode
implements BlockEnd

Ends a block enclosed by single quotes


Field Summary
 
Fields inherited from class org.apache.camel.language.simple.ast.BaseSimpleNode
token
 
Constructor Summary
SingleQuoteEnd(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

SingleQuoteEnd

public SingleQuoteEnd(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