|
||||||||||
| 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.LocalVariableInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IINC
public static class Bytecodes.IINC
| Constructor Summary | |
|---|---|
Bytecodes.IINC(int n,
int c)
|
|
| 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. |
int |
getIncrement()
|
void |
setIncrement(int c)
Set increment factor. |
void |
setIndex(int n)
Set index of local variable. |
java.lang.String |
toString(boolean verbose)
Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")" "<"< local variable index>">" |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction |
|---|
getCanonicalTag, getIndex, getType |
| 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 |
| Constructor Detail |
|---|
public Bytecodes.IINC(int n,
int c)
| Method Detail |
|---|
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
dump in class Bytecodes.LocalVariableInstructionout - Output stream
java.io.IOExceptionpublic java.lang.String toString(boolean verbose)
Bytecodes.LocalVariableInstruction
toString in class Bytecodes.LocalVariableInstructionverbose - long/short format switch
public final void setIndex(int n)
setIndex in interface Bytecodes.IndexedInstructionsetIndex in class Bytecodes.LocalVariableInstructionpublic final int getIncrement()
public final void setIncrement(int c)
public 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 | |||||||||