Class jas.LookupswitchInsn
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.LookupswitchInsn

java.lang.Object
   |
   +----jas.Insn
           |
           +----jas.LookupswitchInsn

public class LookupswitchInsn
extends Insn
implements RuntimeConstants

Constructor Index

 o LookupswitchInsn(Label, int[], Label[])

Constructors

 o LookupswitchInsn
  public LookupswitchInsn(Label def,
                          int match[],
                          Label target[])
Parameters:
def - default Label for switch
match - array of match values for switch
target - Label array of corresponding targets for each match

All Packages  Class Hierarchy  This Package  Previous  Next  Index