Package hydra.pg.query
Class Query.Match
- java.lang.Object
-
- hydra.pg.query.Query
-
- hydra.pg.query.Query.Match
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Query
public static final class Query.Match extends Query implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.pg.query.Query
Query.Aggregate, Query.Application, Query.LetQuery, Query.Match, Query.PartialVisitor<R>, Query.Select, Query.Value, Query.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description MatchQuery
value
-
Fields inherited from class hydra.pg.query.Query
FIELD_NAME_AGGREGATE, FIELD_NAME_APPLICATION, FIELD_NAME_LET_QUERY, FIELD_NAME_MATCH, FIELD_NAME_SELECT, FIELD_NAME_VALUE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Match(MatchQuery value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Query.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final MatchQuery value
-
-
Constructor Detail
-
Match
public Match(MatchQuery 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(Query.Visitor<R> visitor)
-
-