Uses of Class
edu.uiuc.ncsa.qdl.functions.FKey
-
Packages that use FKey Package Description edu.uiuc.ncsa.qdl.functions Function handling and processing.edu.uiuc.ncsa.qdl.module Classes that model and manage modules in QDL.edu.uiuc.ncsa.qdl.state Classes that manage the state of an interpreter session.edu.uiuc.ncsa.qdl.statements The two basic syntactic units of QDL are expressions (which return results) and statements which are the other control structures, such as conditionals, loops, etc. -
-
Uses of FKey in edu.uiuc.ncsa.qdl.functions
Classes in edu.uiuc.ncsa.qdl.functions with type parameters of type FKey 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 AMFields in edu.uiuc.ncsa.qdl.functions declared as FKey Modifier and Type Field Description protected FKey
FunctionRecord. key
Methods in edu.uiuc.ncsa.qdl.functions that return FKey Modifier and Type Method Description FKey
FR_WithState. getKey()
FKey
FunctionRecord. getKey()
FKey
FunctionRecordInterface. getKey()
Methods in edu.uiuc.ncsa.qdl.functions with parameters of type FKey Modifier and Type Method Description List<String>
FStack. getDocumentation(FKey key)
List<String>
FTable. getDocumentation(FKey key)
Constructors in edu.uiuc.ncsa.qdl.functions with parameters of type FKey Constructor Description FunctionRecord(FKey key, List<String> sourceCode)
-
Uses of FKey in edu.uiuc.ncsa.qdl.module
Methods in edu.uiuc.ncsa.qdl.module with parameters of type FKey Modifier and Type Method Description List<String>
MITable. getDocumentation(FKey key)
-
Uses of FKey in edu.uiuc.ncsa.qdl.state
Method parameters in edu.uiuc.ncsa.qdl.state with type arguments of type FKey Modifier and Type Method Description State
State. newInstance(VStack symbolStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, FStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> ftStack, MTStack mtStack, MIStack miStack, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade, boolean isServerMode, boolean isRestrictedIO, boolean assertionsOn)
If you extend this class, you must override this method to return a new instance of your state with everything in it you want or need.void
FunctionState. setFTStack(FStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> fStack)
Constructor parameters in edu.uiuc.ncsa.qdl.state with type arguments of type FKey Constructor Description State(VStack vStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, FStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> ftStack, MTStack mtStack, MIStack miStack, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade, boolean isServerMode, boolean isRestrictedIO, boolean assertionsOn)
-
Uses of FKey in edu.uiuc.ncsa.qdl.statements
Methods in edu.uiuc.ncsa.qdl.statements with parameters of type FKey Modifier and Type Method Description List<String>
Documentable. getDocumentation(FKey key)
-