Package janala.logger.inst
Class TABLESWITCH
- java.lang.Object
-
- janala.logger.inst.Instruction
-
- janala.logger.inst.TABLESWITCH
-
- All Implemented Interfaces:
Serializable
public class TABLESWITCH extends Instruction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TABLESWITCH(int iid, int mid, int min, int max, int dflt, int[] labels)
-