Package openGql.grammar
Interface PrimitiveCatalogModifyingStatement.Visitor<R>
-
- All Known Subinterfaces:
PrimitiveCatalogModifyingStatement.PartialVisitor<R>
- Enclosing class:
- PrimitiveCatalogModifyingStatement
public static interface PrimitiveCatalogModifyingStatement.Visitor<R>Visitor overPrimitiveCatalogModifyingStatement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(PrimitiveCatalogModifyingStatement.CreateGraph instance)Visit thePrimitiveCatalogModifyingStatement.CreateGraphcase.Rvisit(PrimitiveCatalogModifyingStatement.CreateGraphType instance)Visit thePrimitiveCatalogModifyingStatement.CreateGraphTypecase.Rvisit(PrimitiveCatalogModifyingStatement.CreateSchema instance)Visit thePrimitiveCatalogModifyingStatement.CreateSchemacase.Rvisit(PrimitiveCatalogModifyingStatement.DropGraph instance)Visit thePrimitiveCatalogModifyingStatement.DropGraphcase.Rvisit(PrimitiveCatalogModifyingStatement.DropGraphType instance)Visit thePrimitiveCatalogModifyingStatement.DropGraphTypecase.Rvisit(PrimitiveCatalogModifyingStatement.DropSchema instance)Visit thePrimitiveCatalogModifyingStatement.DropSchemacase.
-
-
-
Method Detail
-
visit
R visit(PrimitiveCatalogModifyingStatement.CreateSchema instance)
Visit thePrimitiveCatalogModifyingStatement.CreateSchemacase.
-
visit
R visit(PrimitiveCatalogModifyingStatement.DropSchema instance)
Visit thePrimitiveCatalogModifyingStatement.DropSchemacase.
-
visit
R visit(PrimitiveCatalogModifyingStatement.CreateGraph instance)
Visit thePrimitiveCatalogModifyingStatement.CreateGraphcase.
-
visit
R visit(PrimitiveCatalogModifyingStatement.DropGraph instance)
Visit thePrimitiveCatalogModifyingStatement.DropGraphcase.
-
visit
R visit(PrimitiveCatalogModifyingStatement.CreateGraphType instance)
Visit thePrimitiveCatalogModifyingStatement.CreateGraphTypecase.
-
visit
R visit(PrimitiveCatalogModifyingStatement.DropGraphType instance)
Visit thePrimitiveCatalogModifyingStatement.DropGraphTypecase.
-
-