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 JvstCodeGenJvstTypeChecker. codeGen(package private) JvstCodeGenJavac. genMethods in javassist.compiler with parameters of type JvstCodeGen Modifier and Type Method Description voidProceedHandler. 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 voidCast.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)
-