Package org.camunda.bpm.impl.juel
Interface Node
- All Known Subinterfaces:
 ExpressionNode,FunctionNode,IdentifierNode
- All Known Implementing Classes:
 AstBinary,AstBoolean,AstBracket,AstChoice,AstComposite,AstDot,AstEval,AstFunction,AstIdentifier,AstLiteral,AstMethod,AstNested,AstNode,AstNull,AstNumber,AstParameters,AstProperty,AstRightValue,AstString,AstText,AstUnary
public interface Node
Basic node interface.
- Author:
 - Christoph Beck
 
- 
Method Summary
Modifier and TypeMethodDescriptionintGet the node's number of children.getChild(int i) Get i'th child 
- 
Method Details
- 
getCardinality
int getCardinality()Get the node's number of children. - 
getChild
Get i'th child 
 -