Uses of Class
org.qdl_lang.expressions.ConstantNode
-
Packages that use ConstantNode Package Description org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result.org.qdl_lang.variables Variables in QDL and classes that support them. -
-
Uses of ConstantNode in org.qdl_lang.expressions
Subclasses of ConstantNode in org.qdl_lang.expressions Modifier and Type Class Description class
AllIndices
Marker class to show all the indices are to be used. -
Uses of ConstantNode in org.qdl_lang.variables
Subclasses of ConstantNode in org.qdl_lang.variables Modifier and Type Class Description class
QDLNull
This represents when the user explicitly sets a variable to null.
-