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.
|