Uses of Class
org.qdl_lang.functions.FKey
- 
Packages that use FKey Package Description org.qdl_lang.expressions.module Classes that model and manage modules in QDL.org.qdl_lang.functions Function handling and processing.org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.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 org.qdl_lang.expressions.moduleMethods in org.qdl_lang.expressions.module with parameters of type FKey Modifier and Type Method Description List<String>MITable. getDocumentation(FKey key)
- 
Uses of FKey in org.qdl_lang.functionsClasses in org.qdl_lang.functions with type parameters of type FKey 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 AMFields in org.qdl_lang.functions declared as FKey Modifier and Type Field Description protected FKeyFunctionRecord. keyMethods in org.qdl_lang.functions that return FKey Modifier and Type Method Description FKeyFR_WithState. getKey()FKeyFunctionRecord. getKey()FKeyFunctionRecordInterface. getKey()Methods in org.qdl_lang.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 org.qdl_lang.functions with parameters of type FKey Constructor Description FunctionRecord(FKey key, List<String> sourceCode)
- 
Uses of FKey in org.qdl_lang.stateMethod parameters in org.qdl_lang.state with type arguments of type FKey Modifier and Type Method Description StateState. 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.voidFunctionState. setFTStack(FStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> fStack)Constructor parameters in org.qdl_lang.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 org.qdl_lang.statementsMethods in org.qdl_lang.statements with parameters of type FKey Modifier and Type Method Description List<String>Documentable. getDocumentation(FKey key)
 
-