soot.jimple.toolkits.typing
Class TypeResolverBV

java.lang.Object
  extended by soot.jimple.toolkits.typing.TypeResolverBV

Deprecated. use TypeResolver instead

public class TypeResolverBV
extends Object

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

hierarchy

public ClassHierarchy hierarchy()
Deprecated. 

typeNode

public soot.jimple.toolkits.typing.TypeNode typeNode(Type type)
Deprecated. 

typeVariable

public soot.jimple.toolkits.typing.TypeVariableBV typeVariable(soot.jimple.toolkits.typing.TypeNode typeNode)
Deprecated. 
Get type variable for the given type node.


typeVariable

public soot.jimple.toolkits.typing.TypeVariableBV typeVariable(SootClass sootClass)
Deprecated. 
Get type variable for the given soot class.


typeVariable

public soot.jimple.toolkits.typing.TypeVariableBV typeVariable(Type type)
Deprecated. 
Get type variable for the given type.


typeVariable

public soot.jimple.toolkits.typing.TypeVariableBV typeVariable()
Deprecated. 
Get new type variable


resolve

public static void resolve(JimpleBody stmtBody,
                           Scene scene)
Deprecated. 

typeVariableForId

public soot.jimple.toolkits.typing.TypeVariableBV typeVariableForId(int idx)
Deprecated. 

invalidIds

public BitVector invalidIds()
Deprecated. 

invalidateId

public void invalidateId(int id)
Deprecated.