org.apache.camel.language.simple.ast
Class CompositeNodes
java.lang.Object
org.apache.camel.language.simple.ast.BaseSimpleNode
org.apache.camel.language.simple.ast.CompositeNodes
- All Implemented Interfaces:
- SimpleNode
public class CompositeNodes
- extends BaseSimpleNode
A node which contains other nodes.
CompositeNodes
public CompositeNodes(SimpleToken token)
toString
public String toString()
- Overrides:
toString in class BaseSimpleNode
addChild
public void addChild(SimpleNode child)
getChildren
public List<SimpleNode> getChildren()
createExpression
public Expression createExpression(String expression)
- Description copied from interface:
SimpleNode
- Creates a Camel
Expression based on this model.
- Parameters:
expression - the input string
- Returns:
- the created
Expression
Apache Camel