| |
|
| java.lang.Object xtc.type.Reference xtc.type.VariableReference
All known Subclasses: xtc.type.StaticReference, xtc.type.DynamicReference,
VariableReference | abstract public class VariableReference extends Reference (Code) | | Representation of a symbolic memory location. A variable reference
has neither a base nor an offset.
author: Robert Grimm version: $Revision: 1.3 $ |
VariableReference | public VariableReference(Type type)(Code) | | Create a new anonymous variable reference.
Parameters: type - The declared type. |
VariableReference | public VariableReference(String name, Type type)(Code) | | Create a new variable reference.
Parameters: name - The declared name. Parameters: type - The declared type. |
getName | public String getName()(Code) | | Get this static reference's name.
The name. |
hasName | public boolean hasName()(Code) | | Determine whether this variable reference has a name.
true if this variable reference has a name. |
isVariable | public boolean isVariable()(Code) | | |
|
|
|