|
|
|
@ -53,20 +53,16 @@
|
|
|
|
|
*/ |
|
|
|
|
package com.fr.third.aspectj.apache.bcel.generic; |
|
|
|
|
|
|
|
|
|
import java.io.DataOutputStream; |
|
|
|
|
import java.io.IOException; |
|
|
|
|
|
|
|
|
|
import com.fr.third.aspectj.apache.bcel.Constants; |
|
|
|
|
import com.fr.third.aspectj.apache.bcel.util.ByteSequence; |
|
|
|
|
|
|
|
|
|
import com.sun.org.apache.bcel.internal.generic.SWITCH; |
|
|
|
|
import java.io.DataOutputStream; |
|
|
|
|
import java.io.IOException; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* TABLESWITCH - Switch within given range of values, i.e., low..high |
|
|
|
|
* |
|
|
|
|
* @version $Id: TABLESWITCH.java,v 1.5 2008/08/28 00:05:29 aclement Exp $ |
|
|
|
|
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> |
|
|
|
|
* @see SWITCH |
|
|
|
|
*/ |
|
|
|
|
public class TABLESWITCH extends InstructionSelect { |
|
|
|
|
|
|
|
|
|