Uses of Interface
org.qdl_lang.extensions.QDLVariable
-
Packages that use QDLVariable Package Description org.qdl_lang.extensions This contains the classes for extending the QDL language with Java.org.qdl_lang.extensions.convert The conversion module.org.qdl_lang.extensions.database QDL's basic database module.org.qdl_lang.extensions.examples.basic This package contains a simple basic of how to make a java module for QDL.org.qdl_lang.extensions.examples.stateful -
-
Uses of QDLVariable in org.qdl_lang.extensions
Fields in org.qdl_lang.extensions with type parameters of type QDLVariable Modifier and Type Field Description protected List<QDLVariable>
JavaModule. vars
Method parameters in org.qdl_lang.extensions with type arguments of type QDLVariable Modifier and Type Method Description void
JavaModule. addVariables(List<QDLVariable> variables)
-
Uses of QDLVariable in org.qdl_lang.extensions.convert
Classes in org.qdl_lang.extensions.convert that implement QDLVariable Modifier and Type Class Description class
QDLConvert.Sample
-
Uses of QDLVariable in org.qdl_lang.extensions.database
Classes in org.qdl_lang.extensions.database that implement QDLVariable Modifier and Type Class Description class
QDLDB.SQLTypes
-
Uses of QDLVariable in org.qdl_lang.extensions.examples.basic
Classes in org.qdl_lang.extensions.examples.basic that implement QDLVariable Modifier and Type Class Description class
ExtrinsicVar
An extrinsic (aka global, static in other langauges) variable in the workspace.class
StemEntryVar
This shows that you can set individual values with a stem.class
StemVar
A sample stem that has various types added to it. -
Uses of QDLVariable in org.qdl_lang.extensions.examples.stateful
Classes in org.qdl_lang.extensions.examples.stateful that implement QDLVariable Modifier and Type Class Description class
StatefulExample.ImportTimestamp
-