public class ReferenceVariable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
SHOW_POSITION |
Constructor and Description |
---|
ReferenceVariable(java.lang.String debugString,
boolean isSingleton,
polyglot.types.Type expectedType,
polyglot.util.Position pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
polyglot.types.Type |
expectedType() |
int |
hashCode() |
boolean |
isSingletonReferenceVariable()
Is this graph base node a singleton? That is, should there
be only a single ReferenceVariableReplica for it? This should
return true for reference variables that represent e.g., static
fields.
|
java.lang.String |
toString() |
public static final boolean SHOW_POSITION
public ReferenceVariable(java.lang.String debugString, boolean isSingleton, polyglot.types.Type expectedType, polyglot.util.Position pos)
public boolean isSingletonReferenceVariable()
public polyglot.types.Type expectedType()
public java.lang.String toString()
toString
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object