public abstract class AbstractTypeInNode extends Object implements InstanceKeyWithNode
ContextItem.Value<T>
Constructor and Description |
---|
AbstractTypeInNode(CGNode node,
IClass type) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj) |
IClass |
getConcreteType()
For now, we assert that each InstanceKey represents a set of classes which
are all of the same concrete type (modulo the fact that all arrays of
references are considered concrete type []Object;)
|
CGNode |
getNode() |
abstract int |
hashCode() |
abstract String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreationSites
public IClass getConcreteType()
InstanceKey
getConcreteType
in interface InstanceKey
public CGNode getNode()
getNode
in interface InstanceKeyWithNode