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, waitgetCreationSitespublic IClass getConcreteType()
InstanceKeygetConcreteType in interface InstanceKeypublic CGNode getNode()
getNode in interface InstanceKeyWithNodeCopyright © 2015. All rights reserved.