Uses of Class
org.qdl_lang.functions.FunctionRecord
-
Packages that use FunctionRecord Package Description org.qdl_lang.extensions This contains the classes for extending the QDL language with Java.org.qdl_lang.functions Function handling and processing.org.qdl_lang.util Utilities for QDL. -
-
Uses of FunctionRecord in org.qdl_lang.extensions
Subclasses of FunctionRecord in org.qdl_lang.extensions Modifier and Type Class Description class
QDLFunctionRecord
This is needed for internal bookkeeping. -
Uses of FunctionRecord in org.qdl_lang.functions
Classes in org.qdl_lang.functions with type parameters of type FunctionRecord Modifier and Type Class Description class
FStack<V extends FTable<? extends FKey,? extends FunctionRecord>>
Created by Jeff Gaynor
on 3/15/21 at 6:22 AMclass
FTable<K extends FKey,V extends FunctionRecord>
Created by Jeff Gaynor
on 11/19/21 at 7:48 AMMethods in org.qdl_lang.functions that return FunctionRecord Modifier and Type Method Description FunctionRecord
FunctionRecord. clone()
protected FunctionRecord
DyadicFunctionReferenceNode. getFRByArgCount(State state, int argCount, String functionName)
FunctionRecord
FunctionDefinitionStatement. getFunctionRecord()
FunctionRecord
LambdaDefinitionNode. getFunctionRecord()
FunctionRecord
FStack. getFunctionReference(String name)
Methods in org.qdl_lang.functions with parameters of type FunctionRecord Modifier and Type Method Description void
FunctionDefinitionStatement. setFunctionRecord(FunctionRecord functionRecord)
void
LambdaDefinitionNode. setFunctionRecord(FunctionRecord functionRecord)
-
Uses of FunctionRecord in org.qdl_lang.util
Methods in org.qdl_lang.util with parameters of type FunctionRecord Modifier and Type Method Description static String
InputFormUtil. inputForm(FunctionRecord fr)
-