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

StackInstruction Class Reference

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

Public Methods

Type getType (ConstantPoolGen cp)

Protected Methods

 StackInstruction (short tag)
 StackInstruction (short tag)

Private Methods

 StackInstruction ()
 StackInstruction ()

Detailed Description

Super class for stack operations like DUP and POP.

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

Definition at line 9 of file lib/jpf/de/fub/bytecode/generic/StackInstruction.java.


Constructor & Destructor Documentation

StackInstruction::StackInstruction   [inline, private]
 

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

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

StackInstruction::StackInstruction short   tag [inline, protected]
 

Parameters:
tag   instruction opcode

Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/StackInstruction.java.

StackInstruction::StackInstruction   [inline, private]
 

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

Definition at line 14 of file src/de/fub/bytecode/generic/StackInstruction.java.

StackInstruction::StackInstruction short   tag [inline, protected]
 

Parameters:
tag   instruction opcode

Definition at line 18 of file src/de/fub/bytecode/generic/StackInstruction.java.


Member Function Documentation

Type StackInstruction::getType ConstantPoolGen   cp [inline]
 

Returns:
Type.UNKNOWN

Definition at line 23 of file src/de/fub/bytecode/generic/StackInstruction.java.


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