| 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 |
|---|---|
Class |
JebInstance.getDecompiledClassTree(java.lang.String partial_sig)
Get the AST root element that represents the Java code of a decompiled class.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Method.getContainingClass()
Get a reference to the containing class AST element.
|
static Class |
Class.w(java.lang.Object object)
Internal method, do not use.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Class> |
Class.getInnerClasses()
This convenience method is used to retrieve the list of inner classes.
|