Package openGql.grammar
Class ElementPatternPredicate
- java.lang.Object
-
- openGql.grammar.ElementPatternPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ElementPatternPredicate>
- Direct Known Subclasses:
ElementPatternPredicate.PropertySpecification,ElementPatternPredicate.WhereClause
public abstract class ElementPatternPredicate extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ElementPatternPredicate>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElementPatternPredicate.PartialVisitor<R>Partial visitor overElementPatternPredicatewith a defaultElementPatternPredicate.PartialVisitor.otherwise(openGql.grammar.ElementPatternPredicate)branch.static classElementPatternPredicate.PropertySpecificationstatic interfaceElementPatternPredicate.Visitor<R>Visitor overElementPatternPredicate.static classElementPatternPredicate.WhereClause
-
Field Summary
Fields Modifier and Type Field Description static NamePROPERTY_SPECIFICATIONName of theopenGql.grammar.ElementPatternPredicate.propertySpecificationfield.static NameTYPE_Name of theopenGql.grammar.ElementPatternPredicatetype.static NameWHERE_CLAUSEName of theopenGql.grammar.ElementPatternPredicate.whereClausefield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(ElementPatternPredicate.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ElementPatternPredicatetype.
-
WHERE_CLAUSE
public static final Name WHERE_CLAUSE
Name of theopenGql.grammar.ElementPatternPredicate.whereClausefield.
-
PROPERTY_SPECIFICATION
public static final Name PROPERTY_SPECIFICATION
Name of theopenGql.grammar.ElementPatternPredicate.propertySpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(ElementPatternPredicate.Visitor<R> visitor)
Dispatch tovisitor.
-
-