| Package | Description |
|---|---|
| jeb.api |
This package contains classes to access and control JEB programmatically.
|
| jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScript.run(JebInstance instance)
Script entry point.
|
| 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.
|
| Constructor and Description |
|---|
Builder(JebInstance instance)
Create a new Method builder.
|
Builder(JebInstance instance)
Create a new Field builder.
|
Builder(JebInstance instance)
Create a new Constant builder.
|
Optimizer(JebInstance instance,
Method m)
Create a new optimizer instance.
|