Uses of Class
org.qdl_lang.variables.QDLNull
-
Packages that use QDLNull Package Description org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result.org.qdl_lang.extensions.dynamodb org.qdl_lang.util Utilities for QDL.org.qdl_lang.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of QDLNull in org.qdl_lang.expressions
Constructors in org.qdl_lang.expressions with parameters of type QDLNull Constructor Description ConstantNode(QDLNull result)
-
Uses of QDLNull in org.qdl_lang.extensions.dynamodb
Methods in org.qdl_lang.extensions.dynamodb with parameters of type QDLNull Modifier and Type Method Description protected software.amazon.awssdk.services.dynamodb.model.AttributeValue
DynamoDB. convertToAV(QDLNull bValue)
-
Uses of QDLNull in org.qdl_lang.util
Methods in org.qdl_lang.util with parameters of type QDLNull Modifier and Type Method Description static String
InputFormUtil. inputForm(QDLNull qdlNull)
-
Uses of QDLNull in org.qdl_lang.util.aggregate
Methods in org.qdl_lang.util.aggregate with parameters of type QDLNull Modifier and Type Method Description Object
AbstractIdentityStemProcess. process(List<Object> index, Object key, QDLNull nullValue)
Object
AbstractNoOpStemImpl. process(List<Object> index, Object key, QDLNull nullValue)
Object
IdentityScalarImpl. process(QDLNull nullValue)
Object
NoOpScalarImpl. process(QDLNull nullValue)
Object
ProcessScalar. process(QDLNull nullValue)
Object
ProcessStemValues. process(List<Object> index, Object key, QDLNull nullValue)
-
Uses of QDLNull in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return QDLNull Modifier and Type Method Description static QDLNull
QDLNull. getInstance()
-
Uses of QDLNull in org.qdl_lang.xml
Methods in org.qdl_lang.xml with parameters of type QDLNull Modifier and Type Method Description static void
XMLUtils. write(XMLStreamWriter xsw, QDLNull qdlNull)
-