Uses of Class
javassist.compiler.JvstCodeGen
-
Packages that use JvstCodeGen Package Description javassist.compiler javassist.expr This package contains the classes for modifying a method body. -
-
Uses of JvstCodeGen in javassist.compiler
Fields in javassist.compiler declared as JvstCodeGen Modifier and Type Field Description private JvstCodeGen
JvstTypeChecker. codeGen
(package private) JvstCodeGen
Javac. gen
Methods in javassist.compiler with parameters of type JvstCodeGen Modifier and Type Method Description void
ProceedHandler. doit(JvstCodeGen gen, Bytecode b, ASTList args)
Constructors in javassist.compiler with parameters of type JvstCodeGen Constructor Description JvstTypeChecker(CtClass cc, ClassPool cp, JvstCodeGen gen)
-
Uses of JvstCodeGen in javassist.expr
Methods in javassist.expr with parameters of type JvstCodeGen Modifier and Type Method Description void
Cast.ProceedForCast. doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)
void
FieldAccess.ProceedForRead. doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)
void
FieldAccess.ProceedForWrite. doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)
void
Instanceof.ProceedForInstanceof. 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)
-