Uses of Class
javassist.compiler.JvstCodeGen
Packages that use JvstCodeGen
Package
Description
This package contains the classes for modifying a method body.
-
Uses of JvstCodeGen in javassist.compiler
Fields in javassist.compiler declared as JvstCodeGenModifier and TypeFieldDescriptionprivate JvstCodeGenJvstTypeChecker.codeGen(package private) JvstCodeGenJavac.genMethods in javassist.compiler with parameters of type JvstCodeGenModifier and TypeMethodDescriptionvoidProceedHandler.doit(JvstCodeGen gen, Bytecode b, ASTList args) Constructors in javassist.compiler with parameters of type JvstCodeGen -
Uses of JvstCodeGen in javassist.expr
Methods in javassist.expr with parameters of type JvstCodeGenModifier and TypeMethodDescriptionvoidCast.ProceedForCast.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) voidFieldAccess.ProceedForRead.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) voidFieldAccess.ProceedForWrite.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) voidInstanceof.ProceedForInstanceof.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) voidNewArray.ProceedForArray.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) voidNewExpr.ProceedForNew.doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)