IndexedInstruction
, PopInstruction
, StackConsumer
, TypedInstruction
public class FSTORE extends StoreInstruction
Stack: ..., value -> ...
length, opcode
n
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, toString
dump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
consumeStack
public FSTORE(int n)
n
- index of local variablepublic void accept(Visitor v)
accept
in class StoreInstruction
v
- Visitor object