|
||||||||||
| 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.StoreInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.DSTORE
public static class Bytecodes.DSTORE
| Constructor Summary | |
|---|---|
Bytecodes.DSTORE(int n)
Store double into local variable |
|
| Method Summary | |
|---|---|
void |
accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction |
|---|
dump, getCanonicalTag, getIndex, getType, setIndex, toString |
| 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.StackConsumer |
|---|
consumeStack |
| Constructor Detail |
|---|
public Bytecodes.DSTORE(int n)
n - index of local variable| Method Detail |
|---|
public void accept(Bytecodes.Visitor v)
accept in class Bytecodes.StoreInstructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||