Class FunctionManager
java.lang.Object
org.staccato.functions.FunctionManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPreprocessorFunction(PreprocessorFunction function) voidaddSubparserFunction(SubparserFunction function) static FunctionManagergetSubparserFunction(String name) voidvoidremoveSubparserFunction(SubparserFunction function)
-
Method Details
-
getInstance
-
addPreprocessorFunction
-
removePreprocessorFunction
-
getPreprocessorFunction
-
addSubparserFunction
-
removeSubparserFunction
-
getSubparserFunction
-