de.fub.bytecode.generic
Class FSTORE

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

public class FSTORE
extends LocalVariableInstruction

FSTORE - Store float into local variable Stack ..., value -> ...

Version:
$Id: FSTORE.java,v 1.3 1999/08/13 08:18:29 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
FSTORE(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

FSTORE

public FSTORE(int n)