Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

LDC_W Class Reference

Inheritance diagram for LDC_W:
[legend]
Collaboration diagram for LDC_W:
[legend]
List of all members.

Public Methods

 LDC_W (int index)
InstructionHandle execute (SystemState ss, KernelState ks, ThreadInfo th)
void setPeer (de.fub.bytecode.generic.Instruction i)
 LDC_W (int index)
Instruction execute (SystemState ss, KernelState ks, ThreadInfo th)
void setPeer (de.fub.bytecode.generic.Instruction i, ConstantPool cp)

Protected Methods

void initFromFile (ByteSequence bytes, boolean wide) throws IOException
void initFromFile (ByteSequence bytes, boolean wide) throws IOException

Private Methods

 LDC_W ()
 LDC_W ()

Private Attributes

de fub bytecode generic LDC_W peer
String string
int value
boolean isString

Detailed Description

LDC_W - Push item from constant pool (wide index)

Stack: ... -> ..., item.word1, item.word2

Version:
Id:
LDC_W.java,v 1.1.1.1 2002/01/24 03:44:05 pserver Exp
Author:
M. Dahm

Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java.


Constructor & Destructor Documentation

LDC_W::LDC_W   [inline, private]
 

Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

Definition at line 19 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java.

LDC_W::LDC_W   [inline, private]
 

Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

Definition at line 19 of file src/de/fub/bytecode/generic/LDC_W.java.


Member Function Documentation

void LDC_W::initFromFile ByteSequence   bytes,
boolean   wide
[inline, protected]
 

Read needed data (i.e., index) from file.

Reimplemented from Instruction.

Definition at line 26 of file src/de/fub/bytecode/generic/LDC_W.java.

void LDC_W::initFromFile ByteSequence   bytes,
boolean   wide
[inline, protected]
 

Read needed data (i.e. index) from file.

Reimplemented from Instruction.

Definition at line 26 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java.


The documentation for this class was generated from the following files:
Generated at Thu Feb 7 07:18:35 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001