Uses of Class
org.qdl_lang.variables.QDLVariable
-
Packages that use QDLVariable Package Description org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.variables Variables in QDL and classes that support them. -
-
Uses of QDLVariable in org.qdl_lang.state
Methods in org.qdl_lang.state that return QDLVariable Modifier and Type Method Description protected QDLVariableVariableState. gsrNSScalarOp(String variableName, int op, QDLValue value, Set<XKey> checkedAliases) -
Uses of QDLVariable in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return QDLVariable Modifier and Type Method Description QDLVariableVThing. getVariable()Methods in org.qdl_lang.variables with parameters of type QDLVariable Modifier and Type Method Description voidVThing. setVariable(QDLVariable variable)Constructors in org.qdl_lang.variables with parameters of type QDLVariable Constructor Description VThing(XKey key, QDLVariable variable)
-