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