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

SIPUSH Class Reference

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

Public Methods

 SIPUSH (short b)
void dump (DataOutputStream out) throws IOException
Number getValue ()
String toString (boolean verbose)
InstructionHandle execute (SystemState ss, KernelState ks, ThreadInfo th)
void setPeer (de.fub.bytecode.generic.Instruction i)
 SIPUSH (short b)
void accept (Visitor v)
void dump (DataOutputStream out) throws IOException
Type getType (ConstantPoolGen cp)
Number getValue ()
String toString (boolean verbose)
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

 SIPUSH ()
 SIPUSH ()

Private Attributes

short b
de fub bytecode generic SIPUSH peer
int value

Detailed Description

SIPUSH - Push short

Stack: ... -> ..., value

Version:
Id:
SIPUSH.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/SIPUSH.java.


Constructor & Destructor Documentation

SIPUSH::SIPUSH   [inline, private]
 

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

Definition at line 21 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java.

SIPUSH::SIPUSH   [inline, private]
 

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

Definition at line 21 of file src/de/fub/bytecode/generic/SIPUSH.java.


Member Function Documentation

void SIPUSH::accept Visitor   v [inline, virtual]
 

Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.

Parameters:
v   Visitor object

Reimplemented from Instruction.

Definition at line 34 of file src/de/fub/bytecode/generic/SIPUSH.java.

void SIPUSH::dump DataOutputStream   out [inline]
 

Dump instruction as short code to stream out.

Reimplemented from Instruction.

Definition at line 44 of file src/de/fub/bytecode/generic/SIPUSH.java.

void SIPUSH::dump DataOutputStream   out [inline]
 

Dump instruction as short code to stream out.

Reimplemented from Instruction.

Definition at line 29 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java.

Type SIPUSH::getType ConstantPoolGen   cp [inline]
 

Returns:
Type.SHORT

Reimplemented from TypedInstruction.

Definition at line 50 of file src/de/fub/bytecode/generic/SIPUSH.java.

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

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

Reimplemented from Instruction.

Definition at line 57 of file src/de/fub/bytecode/generic/SIPUSH.java.

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

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

Reimplemented from Instruction.

Definition at line 37 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java.

String SIPUSH::toString boolean   verbose [inline]
 

Returns:
mnemonic for instruction

Reimplemented from Instruction.

Definition at line 65 of file src/de/fub/bytecode/generic/SIPUSH.java.

String SIPUSH::toString boolean   verbose [inline]
 

Returns:
mnemonic for instruction

Reimplemented from Instruction.

Definition at line 45 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java.


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