Package org.apache.sysds.parser
Class FunctionDictionary<T extends Types.FunctionBlock>
java.lang.Object
org.apache.sysds.parser.FunctionDictionary<T>
Dictionary of all functions of a namespace, represented as a simple
key-value map of function names and function statement blocks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunction(String fname, T fsb) voidaddFunction(String fname, T fsb, boolean opt) booleancontainsFunction(String fname) booleancontainsFunction(String fname, boolean opt) voidgetFunction(String fname) getFunction(String fname, boolean opt) getFunctions(boolean opt) voidmerge(FunctionDictionary<T> that) voidremoveFunction(String fname) toString()
-
Constructor Details
-
FunctionDictionary
public FunctionDictionary()
-
-
Method Details