public static class AstLexicalAccess.Access extends Object
Modifier and Type | Field and Description |
---|---|
TypeReference |
type
type of the lexical value
|
int |
valueNumber
value number used for name where access is being performed (not in the declaring entity)
|
String |
variableDefiner
name of entity that defines the variable
|
String |
variableName
name being accessed
|
Constructor and Description |
---|
Access(String name,
String definer,
TypeReference type,
int vn) |
public final String variableName
public final String variableDefiner
public final TypeReference type
public final int valueNumber
public Access(String name, String definer, TypeReference type, int vn)