public class TypeResolver extends Object
TypeResolver
.Modifier and Type | Method and Description |
---|---|
ClassHierarchy |
hierarchy() |
static void |
resolve(JimpleBody stmtBody,
Scene scene) |
soot.jimple.toolkits.typing.TypeNode |
typeNode(Type type) |
soot.jimple.toolkits.typing.TypeVariable |
typeVariable()
Get new type variable
|
soot.jimple.toolkits.typing.TypeVariable |
typeVariable(SootClass sootClass)
Get type variable for the given soot class.
|
soot.jimple.toolkits.typing.TypeVariable |
typeVariable(Type type)
Get type variable for the given type.
|
soot.jimple.toolkits.typing.TypeVariable |
typeVariable(soot.jimple.toolkits.typing.TypeNode typeNode)
Get type variable for the given type node.
|
public ClassHierarchy hierarchy()
public soot.jimple.toolkits.typing.TypeNode typeNode(Type type)
public soot.jimple.toolkits.typing.TypeVariable typeVariable(soot.jimple.toolkits.typing.TypeNode typeNode)
public soot.jimple.toolkits.typing.TypeVariable typeVariable(SootClass sootClass)
public soot.jimple.toolkits.typing.TypeVariable typeVariable(Type type)
public soot.jimple.toolkits.typing.TypeVariable typeVariable()
public static void resolve(JimpleBody stmtBody, Scene scene)