Package openGql.grammar
Class ExistsPredicate
- java.lang.Object
-
- openGql.grammar.ExistsPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ExistsPredicate>
- Direct Known Subclasses:
ExistsPredicate.GraphPatternBrace,ExistsPredicate.GraphPatternParen,ExistsPredicate.MatchBlockBrace,ExistsPredicate.MatchBlockParen,ExistsPredicate.NestedQuery
public abstract class ExistsPredicate extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ExistsPredicate>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsPredicate.GraphPatternBracestatic classExistsPredicate.GraphPatternParenstatic classExistsPredicate.MatchBlockBracestatic classExistsPredicate.MatchBlockParenstatic classExistsPredicate.NestedQuerystatic interfaceExistsPredicate.PartialVisitor<R>Partial visitor overExistsPredicatewith a defaultExistsPredicate.PartialVisitor.otherwise(openGql.grammar.ExistsPredicate)branch.static interfaceExistsPredicate.Visitor<R>Visitor overExistsPredicate.
-
Field Summary
Fields Modifier and Type Field Description static NameGRAPH_PATTERN_BRACEName of theopenGql.grammar.ExistsPredicate.graphPatternBracefield.static NameGRAPH_PATTERN_PARENName of theopenGql.grammar.ExistsPredicate.graphPatternParenfield.static NameMATCH_BLOCK_BRACEName of theopenGql.grammar.ExistsPredicate.matchBlockBracefield.static NameMATCH_BLOCK_PARENName of theopenGql.grammar.ExistsPredicate.matchBlockParenfield.static NameNESTED_QUERYName of theopenGql.grammar.ExistsPredicate.nestedQueryfield.static NameTYPE_Name of theopenGql.grammar.ExistsPredicatetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(ExistsPredicate.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ExistsPredicatetype.
-
GRAPH_PATTERN_BRACE
public static final Name GRAPH_PATTERN_BRACE
Name of theopenGql.grammar.ExistsPredicate.graphPatternBracefield.
-
GRAPH_PATTERN_PAREN
public static final Name GRAPH_PATTERN_PAREN
Name of theopenGql.grammar.ExistsPredicate.graphPatternParenfield.
-
MATCH_BLOCK_BRACE
public static final Name MATCH_BLOCK_BRACE
Name of theopenGql.grammar.ExistsPredicate.matchBlockBracefield.
-
MATCH_BLOCK_PAREN
public static final Name MATCH_BLOCK_PAREN
Name of theopenGql.grammar.ExistsPredicate.matchBlockParenfield.
-
NESTED_QUERY
public static final Name NESTED_QUERY
Name of theopenGql.grammar.ExistsPredicate.nestedQueryfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(ExistsPredicate.Visitor<R> visitor)
Dispatch tovisitor.
-
-