See: Description
Class | Description |
---|---|
Cast |
Explicit type cast.
|
Cast.ProceedForCast | |
ConstructorCall |
Constructor call such as
this() and super()
within a constructor body. |
Expr |
Expression.
|
ExprEditor |
A translator of method bodies.
|
ExprEditor.LoopContext | |
ExprEditor.NewOp | |
FieldAccess |
Expression for accessing a field.
|
FieldAccess.ProceedForRead | |
FieldAccess.ProceedForWrite | |
Handler |
A
catch clause or a finally block. |
Instanceof |
Instanceof operator.
|
Instanceof.ProceedForInstanceof | |
MethodCall |
Method invocation (caller-side expression).
|
NewArray |
Array creation.
|
NewArray.ProceedForArray | |
NewExpr |
Object creation (new expression).
|
NewExpr.ProceedForNew |
This package contains the classes for modifying a method body.
See ExprEditor
(expression editor) for more details.