Uses of Class
soot.util.NumberedString

Packages that use NumberedString
soot Base Soot classes, shared by different intermediate representations. 
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 SootMethodRef.getSubSignature()
           
 

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

Uses of NumberedString in soot.jimple.toolkits.callgraph
 

Fields in soot.jimple.toolkits.callgraph declared as NumberedString
 NumberedString VirtualCalls.sigClinit
           
 NumberedString VirtualCalls.sigStart
           
 NumberedString VirtualCalls.sigRun
           
 

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

Methods in soot.jimple.toolkits.callgraph with parameters of type NumberedString
 SootMethod VirtualCalls.resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
           
 SootMethod VirtualCalls.resolveNonSpecial(RefType t, NumberedString subSig)
           
 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)
           
 

Constructors in soot.jimple.toolkits.callgraph with parameters of type NumberedString
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.findOrAdd(String s)