Package org.staccato
Class CollectedNotesPreprocessor
- java.lang.Object
-
- org.staccato.CollectedNotesPreprocessor
-
- All Implemented Interfaces:
Preprocessor
public class CollectedNotesPreprocessor extends java.lang.Object implements Preprocessor
-
-
Constructor Summary
Constructors Constructor Description CollectedNotesPreprocessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CollectedNotesPreprocessor
getInstance()
java.lang.String
preprocess(java.lang.String s, StaccatoParserContext context)
-
-
-
Method Detail
-
getInstance
public static CollectedNotesPreprocessor getInstance()
-
preprocess
public java.lang.String preprocess(java.lang.String s, StaccatoParserContext context)
- Specified by:
preprocess
in interfacePreprocessor
-
-