Package picasso.parser.language
Class BuiltinFunctionsReader
java.lang.Object
picasso.parser.language.BuiltinFunctionsReader
Handles reading the available built-in functions from a file.
- Author:
- Robert C. Duvall, Sara Sprenkle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of built-in function namesprivate static voidRead the functions from the functions config file
-
Field Details
-
functionsList
-
FUNCTIONS_CONF_FILE
-
-
Constructor Details
-
BuiltinFunctionsReader
public BuiltinFunctionsReader()
-
-
Method Details
-
getFunctionsList
Get the list of built-in function names- Returns:
- the list of built-in function names
-
readFunctionsFromFile
private static void readFunctionsFromFile()Read the functions from the functions config file
-