|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bytecode | |
---|---|
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 | |
---|---|
protected Bytecode |
CodeGen.bytecode
|
Methods in javassist.compiler that return Bytecode | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected void |
Expr.replace0(int pos,
Bytecode bytecode,
int size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |