|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jq_ConstantPool | |
---|---|
joeq.Class | |
joeq.Compiler.BytecodeAnalysis |
Uses of jq_ConstantPool in joeq.Class |
---|
Methods in joeq.Class that return jq_ConstantPool | |
---|---|
jq_ConstantPool |
jq_ConstantPool.ConstantPoolRebuilder.finish()
|
jq_ConstantPool |
jq_ConstantPool.ConstantPoolAdder.finish()
|
jq_ConstantPool |
jq_Class.getCP()
|
Methods in joeq.Class with parameters of type jq_ConstantPool | |
---|---|
void |
jq_Class.setCP(jq_ConstantPool cp)
|
Constructors in joeq.Class with parameters of type jq_ConstantPool | |
---|---|
jq_ConstantPool.ConstantPoolAdder(jq_ConstantPool cp)
|
Uses of jq_ConstantPool in joeq.Compiler.BytecodeAnalysis |
---|
Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_ConstantPool | |
---|---|
List |
Bytecodes.InstructionList.getInstructions(jq_ConstantPool cp)
|
protected void |
Bytecodes.Instruction.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.BIPUSH.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.GETFIELD.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.GETSTATIC.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.GOTO_W.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.IINC.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.INVOKEINTERFACE.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.INVOKESPECIAL.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.INVOKESTATIC.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.INVOKEVIRTUAL.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.JSR_W.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.LDC.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.LDC_W.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.LOOKUPSWITCH.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.MULTIANEWARRAY.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., no. |
protected void |
Bytecodes.NEWARRAY.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.PUTFIELD.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.PUTSTATIC.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected void |
Bytecodes.RET.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.SIPUSH.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.TABLESWITCH.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.BranchInstruction.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.CPInstruction.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
protected abstract void |
Bytecodes.FieldOrMethod.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
|
protected void |
Bytecodes.LocalVariableInstruction.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
protected void |
Bytecodes.Select.initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
static Bytecodes.Instruction |
Bytecodes.Instruction.readInstruction(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes)
Read an instruction from (byte code) input stream and return the appropiate object. |
Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type jq_ConstantPool | |
---|---|
Bytecodes.InstructionList(jq_ConstantPool cp,
byte[] code)
Initialize instruction list from byte array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |