Class UStaticIdent

All Implemented Interfaces:
Unifiable<Tree>, ExpressionTree, IdentifierTree, Tree, TreeVisitor<Choice<Unifier>, Unifier>, Serializable

public abstract class UStaticIdent extends UExpression
Identifier representing a static member (field, method, etc.) on a class.
Author:
lowasser@google.com (Louis Wasserman)
See Also: