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

BIPUSH Class Reference

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

Public Methods

 BIPUSH (byte 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)
 BIPUSH (byte 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

 BIPUSH ()
 BIPUSH ()

Private Attributes

byte b
de fub bytecode generic BIPUSH peer
int value

Detailed Description

BIPUSH - Push byte

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

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


Constructor & Destructor Documentation

BIPUSH::BIPUSH   [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/BIPUSH.java.

BIPUSH::BIPUSH   [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/BIPUSH.java.

BIPUSH::BIPUSH byte   b [inline]
 

Push byte on stack

Definition at line 24 of file src/de/fub/bytecode/generic/BIPUSH.java.


Member Function Documentation

void BIPUSH::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 36 of file src/de/fub/bytecode/generic/BIPUSH.java.

void BIPUSH::dump DataOutputStream   out [inline]
 

Dump instruction as byte code to stream out.

Reimplemented from Instruction.

Definition at line 46 of file src/de/fub/bytecode/generic/BIPUSH.java.

void BIPUSH::dump DataOutputStream   out [inline]
 

Dump instruction as byte code to stream out.

Reimplemented from Instruction.

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

Type BIPUSH::getType ConstantPoolGen   cp [inline]
 

Returns:
Type.BYTE

Reimplemented from TypedInstruction.

Definition at line 52 of file src/de/fub/bytecode/generic/BIPUSH.java.

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

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

Reimplemented from Instruction.

Definition at line 59 of file src/de/fub/bytecode/generic/BIPUSH.java.

void BIPUSH::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/BIPUSH.java.

String BIPUSH::toString boolean   verbose [inline]
 

Returns:
mnemonic for instruction

Reimplemented from Instruction.

Definition at line 67 of file src/de/fub/bytecode/generic/BIPUSH.java.

String BIPUSH::toString boolean   verbose [inline]
 

Returns:
mnemonic for instruction

Reimplemented from Instruction.

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


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