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
- 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 Quantifier
value
-
Fields inherited from class hydra.ext.cypher.openCypher.Atom
FIELD_NAME_CASE, FIELD_NAME_COUNT_STAR, FIELD_NAME_EXISTENTIAL_SUBQUERY, FIELD_NAME_FUNCTION_INVOCATION, FIELD_NAME_LIST_COMPREHENSION, FIELD_NAME_LITERAL, FIELD_NAME_PARAMETER, FIELD_NAME_PARENTHESIZED, FIELD_NAME_PATTERN_COMPREHENSION, FIELD_NAME_PATTERN_PREDICATE, FIELD_NAME_QUANTIFIER, FIELD_NAME_VARIABLE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Quantifier(Quantifier value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Atom.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(Atom.Visitor<R> visitor)
-
-