|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.generic.Instruction
org.apache.bcel.generic.BranchInstruction
org.apache.bcel.generic.GotoInstruction
org.apache.bcel.generic.GOTO_W
public class GOTO_W
GOTO_W - Branch always (to relative offset, not absolute address)
Field Summary |
---|
Fields inherited from class org.apache.bcel.generic.BranchInstruction |
---|
index, position, target |
Fields inherited from class org.apache.bcel.generic.Instruction |
---|
length, opcode |
Constructor Summary | |
---|---|
GOTO_W(InstructionHandle target)
|
Method Summary | |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s). |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
Methods inherited from class org.apache.bcel.generic.BranchInstruction |
---|
containsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, setTarget, toString, updatePosition, updateTarget |
Methods inherited from class org.apache.bcel.generic.Instruction |
---|
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GOTO_W(InstructionHandle target)
Method Detail |
---|
public void dump(java.io.DataOutputStream out) throws java.io.IOException
dump
in class BranchInstruction
out
- Output stream
java.io.IOException
protected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile
in class BranchInstruction
bytes
- input streamwide
- wide prefix?
java.io.IOException
InstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |