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

Constructor Index

 o LDC_W(int)

Method Index

 o initFromFile(ByteSequence, boolean)
Read needed data (i.e.

Constructors

 o LDC_W
 public LDC_W(int index)

Methods

 o 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