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

CompoundInstruction Interface Reference

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

Public Methods

InstructionList getInstructionList ()
InstructionList getInstructionList ()

Detailed Description

Wrapper class for `compound' operations, virtual instructions that don't exist as byte code, but give a useful meaning. For example, the (virtual) PUSH instruction takes an arbitray argument and produces the appropiate code at dump time (ICONST, LDC, BIPUSH, ...). Also you can use the SWITCH instruction as a useful template for either LOOKUPSWITCH or TABLESWITCH.

The interface provides the possibilty for the user to write `templates' or `macros' for such reuseable code patterns.

Version:
Id:
CompoundInstruction.java,v 1.1.1.1 2002/01/24 03:44:03 pserver Exp
Author:
M. Dahm
See also:
PUSH , SWITCH

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


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