Interface IdentifierNode

All Superinterfaces:
Node
All Known Implementing Classes:
AstIdentifier

public interface IdentifierNode extends Node
Identifier node interface.
Author:
Christoph Beck
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the unique index of this identifier in the expression (e.g. preorder index)
    Get the identifier name

    Methods inherited from interface org.eximeebpms.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)