Package soot.jimple.toolkits.invoke

A toolkit to deal with Jimple and invoke statements.

See:
          Description

Class Summary
AccessManager Methods for checking Java scope and visibiliity requirements.
InlinerSafetyManager Methods for checking safety requirements for inlining.
SiteInliner Provides methods to inline a given invoke site.
StaticInliner Uses the Scene's currently-active InvokeGraph to inline monomorphic call sites.
StaticMethodBinder Uses the Scene's currently-active InvokeGraph to statically bind monomorphic call sites.
SynchronizerManager Utility methods for dealing with synchronization.
ThrowManager Utility methods for dealing with traps.
 

Package soot.jimple.toolkits.invoke Description

A toolkit to deal with Jimple and invoke statements. Includes a whole bevy of classes useful for whole-program analysis.