Uses of Package
org.eclipse.ditto.rql.model.predicates.ast
Packages that use org.eclipse.ditto.rql.model.predicates.ast
Package
Description
-
Classes in org.eclipse.ditto.rql.model.predicates.ast used by org.eclipse.ditto.rql.model.predicatesClassDescriptionA root node is a special super node which is only once in the AST at the very beginning.
-
Classes in org.eclipse.ditto.rql.model.predicates.ast used by org.eclipse.ditto.rql.model.predicates.astClassDescriptionImplements an exists node.Implements logical nodes like AND or OR.Defines the possible types that a
LogicalNodecan have.Implements a comparison node like IN (in array).Defines the possible types that aMultiComparisonNodecan have.Base interface for all predicate nodes in an AST.Interface for the visitor pattern to traverse through the AST.A root node is a special super node which is only once in the AST at the very beginning.Implements a comparison node like EQ (equals).Defines the possible types that aSingleComparisonNodecan have.A super node is a node in the AST that can have other nodes as children.