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