Uses of Class
soot.jimple.ClassConstant

Packages that use ClassConstant
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.jimple.spark.ondemand   
soot.jimple.spark.pag   
soot.jimple.spark.sets   
soot.jimple.toolkits.pointer   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of ClassConstant in soot
 

Methods in soot that return types with arguments of type ClassConstant
 Set<ClassConstant> PointsToSet.possibleClassConstants()
          If this points-to set consists entirely of objects of type java.lang.Class of a known class, returns a set of ClassConstant's that are these classes.
 Set<ClassConstant> PointsToSet.possibleClassConstants()
          If this points-to set consists entirely of objects of type java.lang.Class of a known class, returns a set of ClassConstant's that are these classes.
 

Uses of ClassConstant in soot.jimple
 

Methods in soot.jimple that return ClassConstant
static ClassConstant ClassConstant.v(String value)
           
static ClassConstant ClassConstant.v(String value)
           
 

Methods in soot.jimple with parameters of type ClassConstant
 void AbstractConstantSwitch.caseClassConstant(ClassConstant v)
           
 void AbstractJimpleValueSwitch.caseClassConstant(ClassConstant v)
           
 void ConstantSwitch.caseClassConstant(ClassConstant v)
           
 void ConstantSwitch.caseClassConstant(ClassConstant v)
           
 void AbstractJimpleValueSwitch.caseClassConstant(ClassConstant v)
           
 void AbstractConstantSwitch.caseClassConstant(ClassConstant v)
           
 

Uses of ClassConstant in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type ClassConstant
 void MethodNodeFactory.caseClassConstant(ClassConstant cc)
           
 void MethodNodeFactory.caseClassConstant(ClassConstant cc)
           
 

Uses of ClassConstant in soot.jimple.spark.ondemand
 

Methods in soot.jimple.spark.ondemand that return types with arguments of type ClassConstant
 Set<ClassConstant> AllocAndContextSet.possibleClassConstants()
           
 Set<ClassConstant> LazyContextSensitivePointsToSet.possibleClassConstants()
           
 Set<ClassConstant> WrappedPointsToSet.possibleClassConstants()
           
 Set<ClassConstant> WrappedPointsToSet.possibleClassConstants()
           
 Set<ClassConstant> LazyContextSensitivePointsToSet.possibleClassConstants()
           
 Set<ClassConstant> AllocAndContextSet.possibleClassConstants()
           
 

Uses of ClassConstant in soot.jimple.spark.pag
 

Methods in soot.jimple.spark.pag that return ClassConstant
 ClassConstant ClassConstantNode.getClassConstant()
           
 ClassConstant ClassConstantNode.getClassConstant()
           
 

Methods in soot.jimple.spark.pag with parameters of type ClassConstant
 AllocNode PAG.makeClassConstantNode(ClassConstant cc)
           
 AllocNode PAG.makeClassConstantNode(ClassConstant cc)
           
 

Uses of ClassConstant in soot.jimple.spark.sets
 

Methods in soot.jimple.spark.sets that return types with arguments of type ClassConstant
 Set<ClassConstant> PointsToSetEqualsWrapper.possibleClassConstants()
           
 Set<ClassConstant> PointsToSetInternal.possibleClassConstants()
           
 Set<ClassConstant> PointsToSetInternal.possibleClassConstants()
           
 Set<ClassConstant> PointsToSetEqualsWrapper.possibleClassConstants()
           
 

Uses of ClassConstant in soot.jimple.toolkits.pointer
 

Methods in soot.jimple.toolkits.pointer that return types with arguments of type ClassConstant
 Set<ClassConstant> Union.possibleClassConstants()
           
 Set<ClassConstant> Union.possibleClassConstants()
           
 

Uses of ClassConstant in soot.sootify
 

Methods in soot.sootify with parameters of type ClassConstant
 void ValueTemplatePrinter.caseClassConstant(ClassConstant v)
           
 void ValueTemplatePrinter.caseClassConstant(ClassConstant v)
           
 

Uses of ClassConstant in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type ClassConstant
 void UnitThrowAnalysis.ValueSwitch.caseClassConstant(ClassConstant c)
           
 void UnitThrowAnalysis.ValueSwitch.caseClassConstant(ClassConstant c)