Uses of Enum Class
org.eclipse.ditto.rql.model.predicates.ast.LogicalNode.Type
Packages that use LogicalNode.Type
-
Uses of LogicalNode.Type in org.eclipse.ditto.rql.model.predicates.ast
Methods in org.eclipse.ditto.rql.model.predicates.ast that return LogicalNode.TypeModifier and TypeMethodDescriptionstatic LogicalNode.TypeLogicalNode.getType()Retrieve theLogicalNode.Typeof this logical node.static LogicalNode.TypeReturns the enum constant of this class with the specified name.static LogicalNode.Type[]LogicalNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.ditto.rql.model.predicates.ast with parameters of type LogicalNode.TypeModifierConstructorDescriptionLogicalNode(LogicalNode.Type type) Constructor.LogicalNode(LogicalNode.Type type, Collection<Node> subNodes) Constructor.LogicalNode(LogicalNode.Type type, Node... subNodes) Constructor.