Package openGql.grammar
Class ElementPatternPredicate.PropertySpecification
- java.lang.Object
-
- openGql.grammar.ElementPatternPredicate
-
- openGql.grammar.ElementPatternPredicate.PropertySpecification
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ElementPatternPredicate>
- Enclosing class:
- ElementPatternPredicate
public static final class ElementPatternPredicate.PropertySpecification extends ElementPatternPredicate implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.ElementPatternPredicate
ElementPatternPredicate.PartialVisitor<R>, ElementPatternPredicate.PropertySpecification, ElementPatternPredicate.Visitor<R>, ElementPatternPredicate.WhereClause
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<PropertyKeyValuePair>value-
Fields inherited from class openGql.grammar.ElementPatternPredicate
PROPERTY_SPECIFICATION, TYPE_, WHERE_CLAUSE
-
-
Constructor Summary
Constructors Constructor Description PropertySpecification(java.util.List<PropertyKeyValuePair> value)Constructs an immutableElementPatternPredicate.PropertySpecification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ElementPatternPredicate.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(ElementPatternPredicate other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final java.util.List<PropertyKeyValuePair> value
-
-
Constructor Detail
-
PropertySpecification
public PropertySpecification(java.util.List<PropertyKeyValuePair> value)
Constructs an immutableElementPatternPredicate.PropertySpecification.
-
-
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(ElementPatternPredicate other)
- Specified by:
compareToin interfacejava.lang.Comparable<ElementPatternPredicate>
-
accept
public <R> R accept(ElementPatternPredicate.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classElementPatternPredicate
-
-