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.extensionsSubclasses of FunctionRecord in org.qdl_lang.extensions Modifier and Type Class Description classQDLFunctionRecordThis is needed for internal bookkeeping.
- 
Uses of FunctionRecord in org.qdl_lang.functionsClasses in org.qdl_lang.functions with type parameters of type FunctionRecord Modifier and Type Class Description classFStack<V extends FTable<? extends FKey,? extends FunctionRecord>>Created by Jeff Gaynor
 on 3/15/21 at 6:22 AMclassFTable<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 FunctionRecordFunctionRecord. clone()protected FunctionRecordDyadicFunctionReferenceNode. getFRByArgCount(State state, int argCount, String functionName)FunctionRecordFunctionDefinitionStatement. getFunctionRecord()FunctionRecordLambdaDefinitionNode. getFunctionRecord()FunctionRecordFStack. getFunctionReference(String name)Methods in org.qdl_lang.functions with parameters of type FunctionRecord Modifier and Type Method Description voidFunctionDefinitionStatement. setFunctionRecord(FunctionRecord functionRecord)voidLambdaDefinitionNode. setFunctionRecord(FunctionRecord functionRecord)
- 
Uses of FunctionRecord in org.qdl_lang.utilMethods in org.qdl_lang.util with parameters of type FunctionRecord Modifier and Type Method Description static StringInputFormUtil. inputForm(FunctionRecord fr)
 
-