All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.LDC_W
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.CPInstruction
|
+----de.fub.bytecode.generic.LDC
|
+----de.fub.bytecode.generic.LDC_W
- public class LDC_W
- extends LDC
LDC_W - Push item from constant pool (wide index)
Stack: ... -> ..., item.word1, item.word2
- Version:
- $Id: LDC_W.java,v 1.4 1999/05/04 13:14:23 dahm Exp $
- Author:
- M. Dahm
-
LDC_W(int)
-
-
initFromFile(ByteSequence, boolean)
- Read needed data (i.e.
LDC_W
public LDC_W(int index)
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide) throws IOException
- Read needed data (i.e. index) from file.
- Overrides:
- initFromFile in class LDC
All Packages Class Hierarchy This Package Previous Next Index