|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.JsrInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.JSR_W
public static class Bytecodes.JSR_W
| Constructor Summary | |
|---|---|
Bytecodes.JSR_W(Bytecodes.InstructionHandle target)
|
|
| Method Summary | |
|---|---|
void |
accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.JsrInstruction |
|---|
getType, physicalSuccessor |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction |
|---|
containsTarget, getIndex, getTarget, setTarget, toString, updateTarget |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
|---|
consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer |
|---|
produceStack |
| Constructor Detail |
|---|
public Bytecodes.JSR_W(Bytecodes.InstructionHandle target)
| Method Detail |
|---|
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
dump in class Bytecodes.BranchInstructionout - Output stream
java.io.IOExceptionpublic void accept(Bytecodes.Visitor v)
accept in class Bytecodes.Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||