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 java.lang.Object implements Instruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.staccato.Instruction
Instruction.Choice, Instruction.LastIsValue, Instruction.LastIsValueToSplit, Instruction.Splitter, Instruction.Switch
-
-
Field Summary
Fields Modifier and Type Field Description static char
REPLACE_CHAR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
onInstructionReceived(java.lang.String[] instructions)
-
-
-
Method Detail
-
onInstructionReceived
public java.lang.String onInstructionReceived(java.lang.String[] instructions)
- Specified by:
onInstructionReceived
in interfaceInstruction
-
-