Package org.staccato
Interface Instruction
-
- All Known Implementing Classes:
Instruction.Choice
,Instruction.LastIsValue
,Instruction.LastIsValueToSplit
,Instruction.Switch
public interface Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Instruction.Choice
static class
Instruction.LastIsValue
static class
Instruction.LastIsValueToSplit
static interface
Instruction.Splitter
static class
Instruction.Switch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
onInstructionReceived(java.lang.String[] instructions)
-