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