java.io.Serializable
, java.lang.Cloneable
, IndexedInstruction
, PushInstruction
, StackProducer
, TypedInstruction
public class FLOAD extends LoadInstruction
Stack ... -> ..., result
length, opcode
n
Constructor | Description |
---|---|
FLOAD(int n) |
Load float from 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
produceStack
public FLOAD(int n)
n
- index of local variablepublic void accept(Visitor v)
accept
in class LoadInstruction
v
- Visitor object