Package org.camunda.bpm.engine.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 NodeBasic node interface.- Author:
- Christoph Beck
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCardinality()Get the node's number of children.NodegetChild(int i)Get i'th child
 
- 
- 
- 
Method Detail- 
getCardinalityint getCardinality() Get the node's number of children.
 - 
getChildNode getChild(int i) Get i'th child
 
- 
 
-