soot.jimple.parser |
Jimple parser
An interface to the Jimple parser.
|
Java Source File Name | Type | Comment |
BodyExtractorWalker.java | Class | Walks a jimple AST and constructs the method bodies for all the methods of
the SootClass associated with this walker (see constructor). |
CstPoolExtractor.java | Class | Walks a jimple AST, extracting all the contained reference
type names. |
JimpleAST.java | Class | This class encapsulates a JimpleAST instance and provides methods
to act on it. |
Parse.java | Class | Provides a test-driver for the Jimple parser. |
SkeletonExtractorWalker.java | Class | |
Walker.java | Class | |