Uses of Class
org.qdl_lang.module.MTStack
-
Packages that use MTStack Package Description org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of MTStack in org.qdl_lang.state
Fields in org.qdl_lang.state declared as MTStack Modifier and Type Field Description protected MTStack
ModuleState. MTemplates
Methods in org.qdl_lang.state that return MTStack Modifier and Type Method Description MTStack
ModuleState. getMTemplates()
Methods in org.qdl_lang.state with parameters of type MTStack 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
ModuleState. setMTemplates(MTStack MTemplates)
Constructors in org.qdl_lang.state with parameters of type MTStack Constructor Description FunctionState(VStack vStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, FStack fStack, MTStack mtStack, MIStack miStack, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade)
ModuleState(VStack vStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, MTStack MTemplates, MIStack mInstances, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade)
NamespaceAwareState(VStack vStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, MTStack mTemplates, MIStack mInstances, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade)
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)
VariableState(VStack vStack, OpEvaluator opEvaluator, MetaEvaluator metaEvaluator, MTStack mtStack, MIStack miStack, edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLoggingFacade)
-
Uses of MTStack in org.qdl_lang.xml
Methods in org.qdl_lang.xml with parameters of type MTStack Modifier and Type Method Description void
SerializationState. addTemplates(MTStack templates)
-