de.fub.bytecode.generic
Class FLOAD

java.lang.Object
  |
  +--de.fub.bytecode.generic.Instruction
        |
        +--de.fub.bytecode.generic.LocalVariableInstruction
              |
              +--de.fub.bytecode.generic.FLOAD

public class FLOAD
extends LocalVariableInstruction
implements PushInstruction

FLOAD - Load float from local variable Stack ... -> ..., result

Version:
$Id: FLOAD.java,v 1.4 1999/08/13 08:18:28 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
FLOAD(int n)
           
 
Methods inherited from class de.fub.bytecode.generic.LocalVariableInstruction
dump, getIndex, initFromFile, setIndex, toString
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, consumeStack, copy, getLength, getTag, produceStack, produceStack, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FLOAD

public FLOAD(int n)