Package org.qdl_lang.functions
Function handling and processing.
Created by Jeff Gaynor
on 4/13/23 at 2:38 PM
-
Interface Summary Interface Description FunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AMFunctionReferenceNodeInterface Created by Jeff Gaynor
on 6/11/24 at 12:23 AM -
Class Summary Class Description DyadicFunctionReferenceNode Created by Jeff Gaynor
on 6/10/24 at 12:43 PMFKey Created by Jeff Gaynor
on 11/26/21 at 7:46 AMFR_WithState A facade for a function record.FStack<V extends FTable<? extends FKey,? extends FunctionRecord>> Created by Jeff Gaynor
on 3/15/21 at 6:22 AMFTable<K extends FKey,V extends FunctionRecord> Created by Jeff Gaynor
on 11/19/21 at 7:48 AMFunctionDefinitionStatement Created by Jeff Gaynor
on 3/20/21 at 8:46 AMFunctionRecord Created by Jeff Gaynor
on 1/22/20 at 10:48 AMFunctionReferenceNode Just a pointer to the collection of functions for a given name.LambdaDefinitionNode To treat defined lambda expressions they must beedu.uiuc.ncsa.qdl.expressions.ExpressionNode
s This wraps aFunctionDefinitionStatement
, which cannot be replaced.