Uses of Class
org.rumbledb.expressions.primary.DoubleLiteralExpression
Packages that use DoubleLiteralExpression
-
Uses of DoubleLiteralExpression in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type DoubleLiteralExpressionModifier and TypeMethodDescriptionCloneVisitor.visitDouble(DoubleLiteralExpression expression, Node argument) InferTypeVisitor.visitDouble(DoubleLiteralExpression expression, StaticContext argument) RuntimeIteratorVisitor.visitDouble(DoubleLiteralExpression expression, RuntimeIterator argument) TypeIndependentNodeVisitor.visitDouble(DoubleLiteralExpression expression, Node argument) -
Uses of DoubleLiteralExpression in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type DoubleLiteralExpressionModifier and TypeMethodDescriptionAbstractNodeVisitor.visitDouble(DoubleLiteralExpression expression, T argument)