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.
|
Constructor and Description |
---|
Constant.Builder(JebInstance instance)
Create a new Constant builder.
|
Field.Builder(JebInstance instance)
Create a new Field builder.
|
Method.Builder(JebInstance instance)
Create a new Method builder.
|
Optimizer(JebInstance instance,
Method m)
Create a new optimizer instance.
|