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.crypto The cryptographic 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. varsMethod parameters in org.qdl_lang.extensions with type arguments of type QDLVariable Modifier and Type Method Description voidJavaModule. 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 classQDLConvert.Sample -
Uses of QDLVariable in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement QDLVariable Modifier and Type Class Description classCrypto.KeyType -
Uses of QDLVariable in org.qdl_lang.extensions.database
Classes in org.qdl_lang.extensions.database that implement QDLVariable Modifier and Type Class Description classQDLDB.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 classExtrinsicVarAn extrinsic (aka global, static in other langauges) variable in the workspace.classStemEntryVarThis shows that you can set individual values with a stem.classStemVarA sample stem that has various values 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 classStatefulExample.ImportTimestamp
-