Package openGql.grammar
Interface SelectQuerySpecification.Visitor<R>
-
- All Known Subinterfaces:
SelectQuerySpecification.PartialVisitor<R>
- Enclosing class:
- SelectQuerySpecification
public static interface SelectQuerySpecification.Visitor<R>Visitor overSelectQuerySpecification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(SelectQuerySpecification.GraphAndNested instance)Visit theSelectQuerySpecification.GraphAndNestedcase.Rvisit(SelectQuerySpecification.Nested instance)Visit theSelectQuerySpecification.Nestedcase.
-
-
-
Method Detail
-
visit
R visit(SelectQuerySpecification.Nested instance)
Visit theSelectQuerySpecification.Nestedcase.
-
visit
R visit(SelectQuerySpecification.GraphAndNested instance)
Visit theSelectQuerySpecification.GraphAndNestedcase.
-
-