Uses of Class
edu.rit.classfile.SwitchInstruction

Packages that use SwitchInstruction
edu.rit.classfile Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. 
 

Uses of SwitchInstruction in edu.rit.classfile
 

Methods in edu.rit.classfile that return SwitchInstruction
static SwitchInstruction Op.LOOKUPSWITCH(Location theDefaultTarget)
          A lookupswitch instruction.
static SwitchInstruction Op.TABLESWITCH(Location theDefaultTarget)
          A tableswitch instruction.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.