public interface PreprocessorFunction
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apply(java.lang.String parameters,
StaccatoParserContext context)
Returns a string that should be inserted into the Staccato string
instead of the function which is being pre-processed.
|
java.lang.String[] |
getNames()
Returns the names of this function, which are the same names that would
be seen in the Staccato function call, e.g., "TRILL" for a trill function.
|
java.lang.String[] getNames()
java.lang.String apply(java.lang.String parameters,
StaccatoParserContext context)
parameters - context -