| Package | Description |
|---|---|
| javassist |
The Javassist Core API.
|
| javassist.compiler |
| Modifier and Type | Class | 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. |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Javac.CtFieldWithInit |
| Modifier and Type | Method | Description |
|---|---|---|
CtMember |
Javac.compile(String src) |
Compiles a method, constructor, or field declaration
to a class.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.