|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.typing.TypeResolverBV
TypeResolver
instead
public class TypeResolverBV
This class resolves the type of local variables.
Method Summary | |
---|---|
ClassHierarchy |
hierarchy()
Deprecated. |
void |
invalidateId(int id)
Deprecated. |
BitVector |
invalidIds()
Deprecated. |
static void |
resolve(JimpleBody stmtBody,
Scene scene)
Deprecated. |
soot.jimple.toolkits.typing.TypeNode |
typeNode(Type type)
Deprecated. |
soot.jimple.toolkits.typing.TypeVariableBV |
typeVariable()
Deprecated. Get new type variable |
soot.jimple.toolkits.typing.TypeVariableBV |
typeVariable(SootClass sootClass)
Deprecated. Get type variable for the given soot class. |
soot.jimple.toolkits.typing.TypeVariableBV |
typeVariable(Type type)
Deprecated. Get type variable for the given type. |
soot.jimple.toolkits.typing.TypeVariableBV |
typeVariable(soot.jimple.toolkits.typing.TypeNode typeNode)
Deprecated. Get type variable for the given type node. |
soot.jimple.toolkits.typing.TypeVariableBV |
typeVariableForId(int idx)
Deprecated. |
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.TypeVariableBV typeVariable(soot.jimple.toolkits.typing.TypeNode typeNode)
public soot.jimple.toolkits.typing.TypeVariableBV typeVariable(SootClass sootClass)
public soot.jimple.toolkits.typing.TypeVariableBV typeVariable(Type type)
public soot.jimple.toolkits.typing.TypeVariableBV typeVariable()
public static void resolve(JimpleBody stmtBody, Scene scene)
public soot.jimple.toolkits.typing.TypeVariableBV typeVariableForId(int idx)
public BitVector invalidIds()
public void invalidateId(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |