Interface IdentifierTree

  • All Superinterfaces:
    ExpressionTree, Tree

    public interface IdentifierTree
    extends ExpressionTree
    An individual identifier used in an expression. Most often, this represents a user-defined name or a built-in function name.