Uses of Interface
org.eclipse.ditto.rql.model.predicates.ast.Node
Packages that use Node
-
Uses of Node in org.eclipse.ditto.rql.model.predicates.ast
Classes in org.eclipse.ditto.rql.model.predicates.ast that implement NodeModifier and TypeClassDescriptionclassImplements an exists node.final classImplements logical nodes like AND or OR.final classImplements a comparison node like IN (in array).final classA root node is a special super node which is only once in the AST at the very beginning.final classImplements a comparison node like EQ (equals).classA super node is a node in the AST that can have other nodes as children.Methods in org.eclipse.ditto.rql.model.predicates.ast that return types with arguments of type NodeModifier and TypeMethodDescriptionSuperNode.getChildren()Retrieve all children of this super node.Methods in org.eclipse.ditto.rql.model.predicates.ast with parameters of type NodeModifier and TypeMethodDescriptionvoidIs called by aNodein itsaccept(PredicateVisitor)method.Constructors in org.eclipse.ditto.rql.model.predicates.ast with parameters of type NodeConstructor parameters in org.eclipse.ditto.rql.model.predicates.ast with type arguments of type NodeModifierConstructorDescriptionLogicalNode(LogicalNode.Type type, Collection<Node> subNodes) Constructor.