Uses of Class
org.qdl_lang.functions.FTable
-
Packages that use FTable Package Description org.qdl_lang.functions Function handling and processing.org.qdl_lang.state Classes that manage the state of an interpreter session. -
-
Uses of FTable in org.qdl_lang.functions
Classes in org.qdl_lang.functions with type parameters of type FTable 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 AM -
Uses of FTable in org.qdl_lang.state
Methods in org.qdl_lang.state that return types with arguments of type FTable Modifier and Type Method Description FStack<? extends FTable>
FunctionState. getFTStack()
Method parameters in org.qdl_lang.state with type arguments of type FTable 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 org.qdl_lang.state with type arguments of type FTable 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)
-