Package org.staccato
Class InstructionPreprocessor
java.lang.Object
org.staccato.InstructionPreprocessor
- All Implemented Interfaces:
Preprocessor
Turns to uppercase all tokens that are not lyrics, markers, or functions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstruction
(String key, String value) void
addInstruction
(String key, PatternProducer value) void
addInstruction
(String key, Instruction value) static InstructionPreprocessor
preprocess
(String s, StaccatoParserContext context)
-
Method Details
-
getInstance
-
addInstruction
-
addInstruction
-
addInstruction
-
preprocess
- Specified by:
preprocess
in interfacePreprocessor
-