|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.bcel.generic.Instruction | +--org.apache.bcel.generic.BranchInstruction | +--org.apache.bcel.generic.JsrInstruction | +--org.apache.bcel.generic.JSR_W
JSR_W - Jump to subroutine
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 | |
---|---|
JSR_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.JsrInstruction |
---|
getType, physicalSuccessor |
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, getLength, getOpcode, produceStack, readInstruction, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.bcel.generic.StackProducer |
---|
produceStack |
Constructor Detail |
public JSR_W(InstructionHandle target)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
dump
in class BranchInstruction
out
- Output streamprotected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile
in class BranchInstruction
org.apache.bcel.generic.BranchInstruction
bytes
- input streamwide
- wide prefix?InstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |