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 booleanequals(Object obj)ContextItemget(ContextKey name)TypeAbstractiongetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
JavaTypeContext
public JavaTypeContext(TypeAbstraction type)
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
-
getType
public TypeAbstraction getType()
-
-