Uses of Class
joeq.Class.jq_ConstantPool.ConstantPoolRebuilder

Packages that use jq_ConstantPool.ConstantPoolRebuilder
joeq.Class   
joeq.Compiler.BytecodeAnalysis   
joeq.Main   
 

Uses of jq_ConstantPool.ConstantPoolRebuilder in joeq.Class
 

Subclasses of jq_ConstantPool.ConstantPoolRebuilder in joeq.Class
static class jq_ConstantPool.ConstantPoolAdder
          As opposed to ConstantPoolRebuilder<\code>, this class does not COMPLETELY rebuild the constant pool.
 

Methods in joeq.Class that return jq_ConstantPool.ConstantPoolRebuilder
 jq_ConstantPool.ConstantPoolRebuilder jq_Class.rebuildConstantPool(boolean addCode)
           
 

Methods in joeq.Class with parameters of type jq_ConstantPool.ConstantPoolRebuilder
 void jq_Member.dump(DataOutput out, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_StaticField.dumpAttributes(DataOutput out, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Method.dumpAttributes(DataOutput out, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Member.dumpAttributes(DataOutput out, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Class.remakeAttributes(jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Method.remakeCodeAttribute(jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Method.setCode(Bytecodes.InstructionList il, Bytecodes.CodeException[] ex_table, Bytecodes.LineNumber[] line_num, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 void jq_Method.update(jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 

Uses of jq_ConstantPool.ConstantPoolRebuilder in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_ConstantPool.ConstantPoolRebuilder
 void Bytecodes.LDC.setIndex(jq_ConstantPool.ConstantPoolRebuilder cpr)
          Set the index to constant pool and adjust size.
 void Bytecodes.CPInstruction.setIndex(jq_ConstantPool.ConstantPoolRebuilder cpr)
          Set the index to constant pool.
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type jq_ConstantPool.ConstantPoolRebuilder
Bytecodes.PUSH(jq_ConstantPool.ConstantPoolRebuilder cpr, String value)
           
 

Uses of jq_ConstantPool.ConstantPoolRebuilder in joeq.Main
 

Methods in joeq.Main with parameters of type jq_ConstantPool.ConstantPoolRebuilder
static Bytecodes.InstructionHandle Instrument.addExceptionHandler(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
static void Instrument.instrument(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.