Package org.staccato
Class ParenSpacesPreprocessor
java.lang.Object
org.staccato.ParenSpacesPreprocessor
- All Implemented Interfaces:
Preprocessor
Changes spaces in parentheses to underscores, since the Staccato string is split on parentheses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParenSpacesPreprocessor
preprocess
(String s, StaccatoParserContext context) static String
-
Constructor Details
-
ParenSpacesPreprocessor
public ParenSpacesPreprocessor()
-
-
Method Details
-
getInstance
-
preprocess
- Specified by:
preprocess
in interfacePreprocessor
-
unprocess
-