Package | Description |
---|---|
javassist |
The Javassist Core API.
|
Modifier and Type | Class and Description |
---|---|
class |
CtBehavior
CtBehavior represents a method, a constructor,
or a static constructor (class initializer). |
class |
CtConstructor
An instance of CtConstructor represents a constructor.
|
class |
CtField
An instance of CtField represents a field.
|
class |
CtMethod
An instance of
CtMethod represents a method. |
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.