Package | Description |
---|---|
javassist.expr |
This package contains the classes for modifying a method body.
|
Modifier and Type | Class and Description |
---|---|
class |
Cast
Explicit type cast.
|
class |
ConstructorCall
Constructor call such as
this() and super()
within a constructor body. |
class |
FieldAccess
Expression for accessing a field.
|
class |
Handler
A
catch clause or a finally block. |
class |
Instanceof
Instanceof operator.
|
class |
MethodCall
Method invocation (caller-side expression).
|
class |
NewArray
Array creation.
|
class |
NewExpr
Object creation (new expression).
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.