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