java.io.Serializable, java.lang.Cloneable, IndexedInstruction, PopInstruction, StackConsumer, TypedInstructionpublic class FSTORE extends StoreInstruction
Stack: ..., value -> ...
length, opcoden| Constructor | Description |
|---|---|
FSTORE(int n) |
Store float into local variable
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringdump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackpublic FSTORE(int n)
n - index of local variablepublic void accept(Visitor v)
accept in class StoreInstructionv - Visitor object