Class AstLexicalAccess.Access
java.lang.Object
com.ibm.wala.cast.ir.ssa.AstLexicalAccess.Access
- Enclosing class:
AstLexicalAccess
A single lexical access.
- Author:
- Julian Dolby (dolby@us.ibm.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TypeReferencetype of the lexical valuefinal intvalue number used for name where access is being performed (not in the declaring entity)final Stringname of entity that defines the variablefinal Stringname being accessed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
variableName
name being accessed -
variableDefiner
name of entity that defines the variable -
type
type of the lexical value -
valueNumber
public final int valueNumbervalue number used for name where access is being performed (not in the declaring entity)
-
-
Constructor Details
-
Access
-
-
Method Details
-
getName
-
hashCode
-
equals
-
toString
-