Package openGql.grammar
Interface RelativeCatalogSchemaReference.Visitor<R>
-
- All Known Subinterfaces:
RelativeCatalogSchemaReference.PartialVisitor<R>
- Enclosing class:
- RelativeCatalogSchemaReference
public static interface RelativeCatalogSchemaReference.Visitor<R>Visitor overRelativeCatalogSchemaReference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(RelativeCatalogSchemaReference.DirectoryAndSchema instance)Visit theRelativeCatalogSchemaReference.DirectoryAndSchemacase.Rvisit(RelativeCatalogSchemaReference.PredefinedReference instance)Visit theRelativeCatalogSchemaReference.PredefinedReferencecase.
-
-
-
Method Detail
-
visit
R visit(RelativeCatalogSchemaReference.PredefinedReference instance)
Visit theRelativeCatalogSchemaReference.PredefinedReferencecase.
-
visit
R visit(RelativeCatalogSchemaReference.DirectoryAndSchema instance)
Visit theRelativeCatalogSchemaReference.DirectoryAndSchemacase.
-
-