| Package | Description |
|---|---|
| javassist.expr |
This package contains the classes for modifying a method body.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConstructorCall |
Constructor call such as
this() and super()
within a constructor body. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ExprEditor.edit(MethodCall m) |
Edits a method call (overridable).
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.