Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface DE.fub.inf.JVM.ClassGen.CompoundInstruction

Implementing Classes:
Instruction, PUSH, SWITCH

public abstract interface CompoundInstruction
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 1998/07/01 13:05:41 dahm Exp $
Author:
M. Dahm
See Also:
PUSH, SWITCH

Method Summary
InstructionList getInstructionList()
           
 

Method Detail

getInstructionList

public InstructionList getInstructionList()

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD