public class JavaTypeContext extends java.lang.Object implements Context
ContextKey.RECEIVER to a TypeAbstraction.ContextItem.Value<T>| Constructor and Description |
|---|
JavaTypeContext(TypeAbstraction type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContextItem |
get(ContextKey name) |
TypeAbstraction |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public JavaTypeContext(TypeAbstraction type)
public ContextItem get(ContextKey name)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic TypeAbstraction getType()