Uses of Class
javassist.bytecode.Bytecode
-
Packages that use Bytecode Package Description javassist.compiler javassist.expr This package contains the classes for modifying a method body. -
-
Uses of Bytecode in javassist.compiler
Fields in javassist.compiler declared as Bytecode Modifier and Type Field Description protected BytecodeCodeGen. bytecodeMethods in javassist.compiler that return Bytecode Modifier and Type Method Description BytecodeJavac. compileBody(CtBehavior method, String src)Compiles a method (or constructor) body.BytecodeJavac. getBytecode()Returns the produced bytecode.Methods in javassist.compiler with parameters of type Bytecode Modifier and Type Method Description protected voidJvstCodeGen. atAssignParamList(CtClass[] params, Bytecode code)static intJvstCodeGen. compileParameterList(Bytecode code, CtClass[] params, int regno)protected voidJvstCodeGen. compileUnwrapValue(CtClass type, Bytecode code)protected abstract booleanCodeGen.ReturnHook. doit(Bytecode b, int opcode)Returns true if the generated code ends with return, throw, or goto.voidProceedHandler. doit(JvstCodeGen gen, Bytecode b, ASTList args)Constructors in javassist.compiler with parameters of type Bytecode Constructor Description CodeGen(Bytecode b)Javac(Bytecode b, CtClass thisClass)Constructs a compiler.JvstCodeGen(Bytecode b, CtClass cc, ClassPool cp)MemberCodeGen(Bytecode b, CtClass cc, ClassPool cp) -
Uses of Bytecode in javassist.expr
Methods in javassist.expr with parameters of type Bytecode Modifier and Type Method Description protected voidExpr. replace0(int pos, Bytecode bytecode, int size)
-