Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Method and Description |
---|---|
Field |
Field.Builder.build(int field_index)
Create a new field element.
|
Field |
StaticField.getField()
Get the field.
|
Field |
InstanceField.getField()
Get the field definition object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Field> |
Class.getFields()
This convenience method is used to retrieve the list of fields.
|
Modifier and Type | Method and Description |
---|---|
static InstanceField |
InstanceField.build(IExpression instance,
Field field)
Create a new instance field object.
|
void |
InstanceField.setField(Field field)
Set the field.
|