Uses of Class
soot.util.NumberedString

Packages that use NumberedString
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.spark.ondemand   
soot.jimple.spark.ondemand.pautil   
soot.jimple.spark.pag   
soot.jimple.toolkits.callgraph   
soot.util Generally useful utility classes for Soot. 
 

Uses of NumberedString in soot
 

Methods in soot that return NumberedString
 NumberedString SootMethod.getNumberedSubSignature()
           
 NumberedString SootMethod.getNumberedSubSignature()
           
 NumberedString SootMethodRef.getSubSignature()
           
 NumberedString SootMethodRef.getSubSignature()
           
 

Methods in soot with parameters of type NumberedString
 boolean SootClass.declaresMethod(NumberedString subsignature)
          Does this class declare a method with the given subsignature?
 boolean SootClass.declaresMethod(NumberedString subsignature)
          Does this class declare a method with the given subsignature?
 SootMethod SootClass.getMethod(NumberedString subsignature)
           
 SootMethod SootClass.getMethod(NumberedString subsignature)
           
 

Uses of NumberedString in soot.jimple.spark.ondemand
 

Methods in soot.jimple.spark.ondemand with parameters of type NumberedString
protected  Set<SootMethod> DemandCSPointsTo.getCallTargets(PointsToSetInternal p2Set, NumberedString methodStr, Type receiverType, Set<SootMethod> possibleTargets)
           
protected  Set<SootMethod> DemandCSPointsTo.getCallTargets(PointsToSetInternal p2Set, NumberedString methodStr, Type receiverType, Set<SootMethod> possibleTargets)
           
protected  Set<SootMethod> DemandCSPointsTo.getCallTargetsForType(Type type, NumberedString methodStr, Type receiverType, Set<SootMethod> possibleTargets)
           
protected  Set<SootMethod> DemandCSPointsTo.getCallTargetsForType(Type type, NumberedString methodStr, Type receiverType, Set<SootMethod> possibleTargets)
           
 

Uses of NumberedString in soot.jimple.spark.ondemand.pautil
 

Fields in soot.jimple.spark.ondemand.pautil declared as NumberedString
 NumberedString AllocationSiteHandler.VirtualCallHandler.methodStr
           
 NumberedString AllocationSiteHandler.VirtualCallHandler.methodStr
           
 

Constructors in soot.jimple.spark.ondemand.pautil with parameters of type NumberedString
AllocationSiteHandler.VirtualCallHandler(PAG pag, Type receiverType, NumberedString methodStr)
           
AllocationSiteHandler.VirtualCallHandler(PAG pag, Type receiverType, NumberedString methodStr)
           
 

Uses of NumberedString in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag declared as NumberedString
protected  NumberedString MethodPAG.sigCanonicalize
           
protected  NumberedString MethodPAG.sigCanonicalize
           
 

Uses of NumberedString in soot.jimple.toolkits.callgraph
 

Fields in soot.jimple.toolkits.callgraph declared as NumberedString
 NumberedString VirtualCalls.sigClinit
           
 NumberedString VirtualCalls.sigClinit
           
protected  NumberedString OnFlyCallGraphBuilder.sigFinalize
           
protected  NumberedString OnFlyCallGraphBuilder.sigFinalize
           
protected  NumberedString OnFlyCallGraphBuilder.sigForName
           
protected  NumberedString OnFlyCallGraphBuilder.sigForName
           
protected  NumberedString OnFlyCallGraphBuilder.sigInit
           
protected  NumberedString OnFlyCallGraphBuilder.sigInit
           
protected  NumberedString OnFlyCallGraphBuilder.sigObjRun
           
protected  NumberedString OnFlyCallGraphBuilder.sigObjRun
           
protected  NumberedString OnFlyCallGraphBuilder.sigRun
           
 NumberedString VirtualCalls.sigRun
           
 NumberedString VirtualCalls.sigRun
           
protected  NumberedString OnFlyCallGraphBuilder.sigRun
           
protected  NumberedString OnFlyCallGraphBuilder.sigStart
           
 NumberedString VirtualCalls.sigStart
           
 NumberedString VirtualCalls.sigStart
           
protected  NumberedString OnFlyCallGraphBuilder.sigStart
           
 

Methods in soot.jimple.toolkits.callgraph that return NumberedString
 NumberedString VirtualCallSite.subSig()
           
 NumberedString VirtualCallSite.subSig()
           
 

Methods in soot.jimple.toolkits.callgraph with parameters of type NumberedString
 void VirtualCalls.resolve(Type t, Type declaredType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, Type sigType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, Type sigType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 SootMethod VirtualCalls.resolveNonSpecial(RefType t, NumberedString subSig)
           
 SootMethod VirtualCalls.resolveNonSpecial(RefType t, NumberedString subSig)
           
 SootMethod VirtualCalls.resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
           
 SootMethod VirtualCalls.resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
           
 

Constructors in soot.jimple.toolkits.callgraph with parameters of type NumberedString
VirtualCallSite(Stmt stmt, SootMethod container, InstanceInvokeExpr iie, NumberedString subSig, Kind kind)
           
VirtualCallSite(Stmt stmt, SootMethod container, InstanceInvokeExpr iie, NumberedString subSig, Kind kind)
           
 

Uses of NumberedString in soot.util
 

Methods in soot.util that return NumberedString
 NumberedString StringNumberer.find(String s)
           
 NumberedString StringNumberer.find(String s)
           
 NumberedString StringNumberer.findOrAdd(String s)
           
 NumberedString StringNumberer.findOrAdd(String s)