Package de.odysseus.el.tree
Interface IdentifierNode
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
AstIdentifier
public interface IdentifierNode extends Node
Identifier node interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Get the unique index of this identifier in the expression (e.g.java.lang.StringgetName()Get the identifier name-
Methods inherited from interface de.odysseus.el.tree.Node
getCardinality, getChild
-
-