|
||||||||||
| 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
public abstract static class Bytecodes.LocalVariableInstruction
| Method Summary | |
|---|---|
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
short |
getCanonicalTag()
|
int |
getIndex()
|
jq_Type |
getType()
Returns the type associated with the instruction - in case of ALOAD or ASTORE Type.OBJECT is returned. |
void |
setIndex(int n)
Set the local variable index |
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.Instruction |
|---|
accept, consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
dump in class Bytecodes.Instructionout - Output stream
java.io.IOExceptionpublic java.lang.String toString(boolean verbose)
toString in class Bytecodes.Instructionverbose - long/short format switch
public final int getIndex()
getIndex in interface Bytecodes.IndexedInstructionpublic void setIndex(int n)
setIndex in interface Bytecodes.IndexedInstructionpublic short getCanonicalTag()
public final jq_Type getType()
getType in interface Bytecodes.TypedInstruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||