public interface IContext<ContextType extends IContext<?>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks whether this context is equal to the given object.
|
int |
hashCode()
Computes a hash code for this context.
|
ContextType |
makeEntryContext()
Reconstructs the context at function or for-in entry.
|
java.lang.String |
toString()
Returns a description of this context.
|
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.ObjectContextType makeEntryContext()
java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2019 Aarhus University