Uses of Interface
soot.MethodSource

Packages that use MethodSource
soot Base Soot classes, shared by different intermediate representations. 
soot.coffi Contains classes from the Coffi tool, by Clark Verbrugge. 
soot.javaToJimple   
soot.jimple Public classes for the Jimple intermediate representation. 
soot.shimple Public classes for the SSA Shimple intermediate representation. 
 

Uses of MethodSource in soot
 

Classes in soot that implement MethodSource
 class UnknownMethodSource
          A MethodSource for methods that don't know where to get Body's from.
 

Fields in soot declared as MethodSource
protected  MethodSource SootMethod.ms
          Tells this method how to find out where its body lives.
protected  MethodSource SootMethod.ms
          Tells this method how to find out where its body lives.
 

Methods in soot that return MethodSource
 MethodSource SootMethod.getSource()
          Returns the MethodSource of the current SootMethod.
 MethodSource SootMethod.getSource()
          Returns the MethodSource of the current SootMethod.
 

Methods in soot with parameters of type MethodSource
 void SootMethod.setSource(MethodSource ms)
          Sets the MethodSource of the current SootMethod.
 void SootMethod.setSource(MethodSource ms)
          Sets the MethodSource of the current SootMethod.
 

Uses of MethodSource in soot.coffi
 

Classes in soot.coffi that implement MethodSource
 class CoffiMethodSource
           
 

Uses of MethodSource in soot.javaToJimple
 

Classes in soot.javaToJimple that implement MethodSource
 class AnonClassInitMethodSource
           
 class AssertClassMethodSource
           
 class ClassLiteralMethodSource
           
 class PolyglotMethodSource
           
 class PrivateFieldAccMethodSource
           
 class PrivateFieldSetMethodSource
           
 class PrivateMethodAccMethodSource
           
 

Uses of MethodSource in soot.jimple
 

Classes in soot.jimple that implement MethodSource
 class JimpleMethodSource
           
 

Uses of MethodSource in soot.shimple
 

Classes in soot.shimple that implement MethodSource
 class ShimpleMethodSource
           
 

Constructors in soot.shimple with parameters of type MethodSource
ShimpleMethodSource(MethodSource ms)
           
ShimpleMethodSource(MethodSource ms)