Package openGql.grammar
Interface AbsoluteCatalogSchemaReference.Visitor<R>
-
- All Known Subinterfaces:
AbsoluteCatalogSchemaReference.PartialVisitor<R>
- Enclosing class:
- AbsoluteCatalogSchemaReference
public static interface AbsoluteCatalogSchemaReference.Visitor<R>Visitor overAbsoluteCatalogSchemaReference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(AbsoluteCatalogSchemaReference.DirectoryAndSchema instance)Visit theAbsoluteCatalogSchemaReference.DirectoryAndSchemacase.Rvisit(AbsoluteCatalogSchemaReference.Root instance)Visit theAbsoluteCatalogSchemaReference.Rootcase.
-
-
-
Method Detail
-
visit
R visit(AbsoluteCatalogSchemaReference.Root instance)
Visit theAbsoluteCatalogSchemaReference.Rootcase.
-
visit
R visit(AbsoluteCatalogSchemaReference.DirectoryAndSchema instance)
Visit theAbsoluteCatalogSchemaReference.DirectoryAndSchemacase.
-
-