Package com.ibm.wala.analysis.reflection
Class JavaTypeContext
- java.lang.Object
-
- com.ibm.wala.analysis.reflection.JavaTypeContext
-
-
Constructor Summary
Constructors Constructor Description JavaTypeContext(TypeAbstraction type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ContextItem
get(ContextKey name)
TypeAbstraction
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
JavaTypeContext
public JavaTypeContext(TypeAbstraction type)
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
-
getType
public TypeAbstraction getType()
-
-