All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.Select

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.BranchInstruction
                   |
                   +----espresso.classfile.classgen.Select

abstract class Select
extends BranchInstruction
implements VariableLengthInstruction
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.

See Also:
LOOKUPSWITCH, TABLESWITCH, InstructionList

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index