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 Bytecode
CodeGen. bytecode
Methods in javassist.compiler that return Bytecode Modifier and Type Method Description Bytecode
Javac. compileBody(CtBehavior method, java.lang.String src)
Compiles a method (or constructor) body.Bytecode
Javac. getBytecode()
Returns the produced bytecode.Methods in javassist.compiler with parameters of type Bytecode Modifier and Type Method Description protected void
JvstCodeGen. atAssignParamList(CtClass[] params, Bytecode code)
static int
JvstCodeGen. compileParameterList(Bytecode code, CtClass[] params, int regno)
protected void
JvstCodeGen. compileUnwrapValue(CtClass type, Bytecode code)
protected abstract boolean
CodeGen.ReturnHook. doit(Bytecode b, int opcode)
Returns true if the generated code ends with return, throw, or goto.void
ProceedHandler. 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 void
Expr. replace0(int pos, Bytecode bytecode, int size)
-