Package org.camunda.bpm.impl.juel
Interface IdentifierNode
- All Superinterfaces:
 Node
- All Known Implementing Classes:
 AstIdentifier
Identifier node interface.
- Author:
 - Christoph Beck
 
- 
Method Summary
Methods inherited from interface org.camunda.bpm.impl.juel.Node
getCardinality, getChild 
- 
Method Details
- 
getName
String getName()Get the identifier name - 
getIndex
int getIndex()Get the unique index of this identifier in the expression (e.g. preorder index) 
 -