All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.I2F

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ConversionInstruction
                   |
                   +----de.fub.bytecode.generic.I2F

public class I2F
extends ConversionInstruction
I2F - Convert int to float
Stack: ..., value -> ..., result

Version:
$Id: I2F.java,v 1.4 1999/05/04 13:13:35 dahm Exp $
Author:
M. Dahm

Constructor Index

 o I2F()

Constructors

 o I2F
 public I2F()

All Packages  Class Hierarchy  This Package  Previous  Next  Index