Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Method and Description |
---|---|
Identifier |
TryStm.getCatchIdentifier(int index)
Get the named identifier associated with the caught exception of a catch block.
|
Identifier |
Definition.getIdentifier()
Get the identifier being defined.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Method.renameIdentifier(JebInstance jeb,
Identifier ident,
java.lang.String new_name)
Rename the identifier of a method, and update the JEB database accordingly.
|