|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.typing.TypeResolver
public class TypeResolver
This class resolves the type of local variables.
NOTE: This class has been superseded by TypeResolver
.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |