Package openGql.grammar
Interface SelectStatementBody.Visitor<R>
-
- All Known Subinterfaces:
SelectStatementBody.PartialVisitor<R>
- Enclosing class:
- SelectStatementBody
public static interface SelectStatementBody.Visitor<R>Visitor overSelectStatementBody.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(SelectStatementBody.GraphMatchList instance)Visit theSelectStatementBody.GraphMatchListcase.Rvisit(SelectStatementBody.QuerySpecification instance)Visit theSelectStatementBody.QuerySpecificationcase.
-
-
-
Method Detail
-
visit
R visit(SelectStatementBody.GraphMatchList instance)
Visit theSelectStatementBody.GraphMatchListcase.
-
visit
R visit(SelectStatementBody.QuerySpecification instance)
Visit theSelectStatementBody.QuerySpecificationcase.
-
-