All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.I2L
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ConversionInstruction
|
+----de.fub.bytecode.generic.I2L
- public class I2L
- extends ConversionInstruction
I2L - Convert int to long
Stack: ..., value -> ..., result.word1, result.word2
- Version:
- $Id: I2L.java,v 1.4 1999/05/04 13:13:35 dahm Exp $
- Author:
- M. Dahm
-
I2L()
-
I2L
public I2L()
All Packages Class Hierarchy This Package Previous Next Index