Package org.staccato

Class Instruction.Switch

java.lang.Object
org.staccato.Instruction.Switch
All Implemented Interfaces:
Instruction
Enclosing interface:
Instruction

public static class Instruction.Switch extends Object implements Instruction
  • Field Details

    • REPLACE_CHAR

      public static char REPLACE_CHAR
  • Constructor Details

    • Switch

      public Switch(String instruction, String offValue, String onValue)
    • Switch

      public Switch(String instruction, int offValue, int onValue)
    • Switch

      public Switch(String instruction, Pattern offValue, Pattern onValue)
  • Method Details