Uses of Class
org.hotswap.agent.javassist.bytecode.Bytecode
-
Packages that use Bytecode Package Description org.hotswap.agent.javassist.compiler org.hotswap.agent.javassist.expr This package contains the classes for modifying a method body. -
-
Uses of Bytecode in org.hotswap.agent.javassist.compiler
Fields in org.hotswap.agent.javassist.compiler declared as Bytecode Modifier and Type Field Description protected BytecodeCodeGen. bytecodeMethods in org.hotswap.agent.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 org.hotswap.agent.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 org.hotswap.agent.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 org.hotswap.agent.javassist.expr
Methods in org.hotswap.agent.javassist.expr with parameters of type Bytecode Modifier and Type Method Description protected voidExpr. replace0(int pos, Bytecode bytecode, int size)
-