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

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

public class SimpleFunctionEnd
extends BaseSimpleNode
implements BlockEnd

Ends a function


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

SimpleFunctionEnd

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