Package | Description |
---|---|
javassist.compiler | |
javassist.expr |
This package contains the classes for modifying a method body.
|
Modifier and Type | Field and Description |
---|---|
private JvstCodeGen |
JvstTypeChecker.codeGen |
(package private) JvstCodeGen |
Javac.gen |
Modifier and Type | Method and Description |
---|---|
void |
ProceedHandler.doit(JvstCodeGen gen,
Bytecode b,
ASTList args) |
Constructor and Description |
---|
JvstTypeChecker(CtClass cc,
ClassPool cp,
JvstCodeGen gen) |
Modifier and Type | Method and Description |
---|---|
void |
FieldAccess.ProceedForRead.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
FieldAccess.ProceedForWrite.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
Cast.ProceedForCast.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
NewArray.ProceedForArray.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
NewExpr.ProceedForNew.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
Instanceof.ProceedForInstanceof.doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |