All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.LDC2_W
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.CPInstruction
|
+----de.fub.bytecode.generic.LDC2_W
- public class LDC2_W
- extends CPInstruction
- implements PushInstruction
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
- Version:
- $Id: LDC2_W.java,v 1.6 1999/11/22 09:03:34 dahm Exp $
- Author:
- M. Dahm
-
LDC2_W(int)
-
-
getType(ConstantPoolGen)
-
LDC2_W
public LDC2_W(int index)
getType
public Type getType(ConstantPoolGen cpg)
- Overrides:
- getType in class CPInstruction
All Packages Class Hierarchy This Package Previous Next Index