Package | Description |
---|---|
soot.jimple.parser |
An interface to the Jimple parser.
|
soot.jimple.parser.lexer | |
soot.jimple.parser.parser |
Constructor and Description |
---|
JimpleAST(InputStream aJIS)
Constructs a JimpleAST and generates its parse tree from the given InputStream.
|
JimpleAST(InputStream aJIS)
Constructs a JimpleAST and generates its parse tree from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Lexer.filter() |
protected Token |
Lexer.getToken() |
Token |
Lexer.next() |
Token |
Lexer.peek() |
Modifier and Type | Method and Description |
---|---|
protected void |
Parser.filter() |
Start |
Parser.parse() |