Uses of Class
soot.jimple.ParameterRef

Packages that use ParameterRef
soot.baf Public classes for the Baf intermediate representation. 
soot.grimp Public classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.jimple.toolkits.pointer   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of ParameterRef in soot.baf
 

Methods in soot.baf that return ParameterRef
 ParameterRef Baf.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 ParameterRef Baf.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 

Uses of ParameterRef in soot.grimp
 

Methods in soot.grimp that return ParameterRef
 ParameterRef Grimp.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 ParameterRef Grimp.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 

Uses of ParameterRef in soot.jimple
 

Methods in soot.jimple that return ParameterRef
 ParameterRef Jimple.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 ParameterRef Jimple.newParameterRef(Type paramType, int number)
          Constructs a ParameterRef(SootMethod, int) grammar chunk.
 

Methods in soot.jimple with parameters of type ParameterRef
 void AbstractJimpleValueSwitch.caseParameterRef(ParameterRef v)
           
 void AbstractRefSwitch.caseParameterRef(ParameterRef v)
           
 void RefSwitch.caseParameterRef(ParameterRef v)
           
 void RefSwitch.caseParameterRef(ParameterRef v)
           
 void AbstractRefSwitch.caseParameterRef(ParameterRef v)
           
 void AbstractJimpleValueSwitch.caseParameterRef(ParameterRef v)
           
 

Uses of ParameterRef in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type ParameterRef
 void MethodNodeFactory.caseParameterRef(ParameterRef pr)
           
 void MethodNodeFactory.caseParameterRef(ParameterRef pr)
           
 

Uses of ParameterRef in soot.jimple.toolkits.pointer
 

Methods in soot.jimple.toolkits.pointer with parameters of type ParameterRef
static int LocalMustAliasAnalysis.parameterRefNumber(ParameterRef r)
           
static int LocalMustAliasAnalysis.parameterRefNumber(ParameterRef r)
           
 

Uses of ParameterRef in soot.sootify
 

Methods in soot.sootify with parameters of type ParameterRef
 void ValueTemplatePrinter.caseParameterRef(ParameterRef v)
           
 void ValueTemplatePrinter.caseParameterRef(ParameterRef v)
           
 

Uses of ParameterRef in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type ParameterRef
 void UnitThrowAnalysis.ValueSwitch.caseParameterRef(ParameterRef v)
           
 void UnitThrowAnalysis.ValueSwitch.caseParameterRef(ParameterRef v)