Uses of Class
org.rumbledb.expressions.miscellaneous.RangeExpression
Packages that use RangeExpression
-
Uses of RangeExpression in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type RangeExpressionModifier and TypeMethodDescriptionCloneVisitor.visitRangeExpr
(RangeExpression expression, Node argument) ExecutionModeVisitor.visitRangeExpr
(RangeExpression rangeExpression, StaticContext argument) InferTypeVisitor.visitRangeExpr
(RangeExpression expression, StaticContext argument) RuntimeIteratorVisitor.visitRangeExpr
(RangeExpression expression, RuntimeIterator argument) TypeIndependentNodeVisitor.visitRangeExpr
(RangeExpression expression, Node argument) -
Uses of RangeExpression in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type RangeExpressionModifier and TypeMethodDescriptionAbstractNodeVisitor.visitRangeExpr
(RangeExpression expression, T argument)