protected void |
BIPUSH.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
BranchInstruction.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
CPInstruction.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (that is, index) from file.
|
protected void |
GOTO_W.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
IINC.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
Instruction.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
INVOKEDYNAMIC.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (that is, index) from file.
|
protected void |
INVOKEINTERFACE.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (that is, index) from file.
|
protected void |
JSR_W.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
LDC_W.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (that is, index) from file.
|
protected void |
LDC.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
LocalVariableInstruction.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
LOOKUPSWITCH.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
MULTIANEWARRAY.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (that is, no.
|
protected void |
NEWARRAY.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
RET.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
Select.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
SIPUSH.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
protected void |
TABLESWITCH.initFromFile(ByteSequence bytes,
boolean wide) |
Reads needed data (for example index) from file.
|
static Instruction |
Instruction.readInstruction(ByteSequence bytes) |
Reads an instruction from (byte code) input stream and return the appropriate object.
|