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