Package hydra.ext.cypher.openCypher
Class Atom.Quantifier
- java.lang.Object
-
- hydra.ext.cypher.openCypher.Atom
-
- hydra.ext.cypher.openCypher.Atom.Quantifier
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Atom>
- Enclosing class:
- Atom
public static final class Atom.Quantifier extends Atom implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.cypher.openCypher.Atom
Atom.Case, Atom.CountStar, Atom.ExistentialSubquery, Atom.FunctionInvocation, Atom.ListComprehension, Atom.Literal, Atom.Parameter, Atom.Parenthesized, Atom.PartialVisitor<R>, Atom.PatternComprehension, Atom.PatternPredicate, Atom.Quantifier, Atom.Variable, Atom.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Quantifiervalue-
Fields inherited from class hydra.ext.cypher.openCypher.Atom
CASE, COUNT_STAR, EXISTENTIAL_SUBQUERY, FUNCTION_INVOCATION, LIST_COMPREHENSION, LITERAL, PARAMETER, PARENTHESIZED, PATTERN_COMPREHENSION, PATTERN_PREDICATE, QUANTIFIER, TYPE_, VARIABLE
-
-
Constructor Summary
Constructors Constructor Description Quantifier(Quantifier value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Atom.Visitor<R> visitor)intcompareTo(Atom other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Quantifier value
-
-
Constructor Detail
-
Quantifier
public Quantifier(Quantifier value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Atom other)
- Specified by:
compareToin interfacejava.lang.Comparable<Atom>
-
accept
public <R> R accept(Atom.Visitor<R> visitor)
-
-