Package openGql.grammar
Interface AbsoluteCatalogSchemaReference.PartialVisitor<R>
-
- All Superinterfaces:
AbsoluteCatalogSchemaReference.Visitor<R>
- Enclosing class:
- AbsoluteCatalogSchemaReference
public static interface AbsoluteCatalogSchemaReference.PartialVisitor<R> extends AbsoluteCatalogSchemaReference.Visitor<R>
Partial visitor overAbsoluteCatalogSchemaReferencewith a defaultotherwise(openGql.grammar.AbsoluteCatalogSchemaReference)branch.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rotherwise(AbsoluteCatalogSchemaReference instance)Default branch for unhandled cases.default Rvisit(AbsoluteCatalogSchemaReference.DirectoryAndSchema instance)Visit theAbsoluteCatalogSchemaReference.DirectoryAndSchemacase.default Rvisit(AbsoluteCatalogSchemaReference.Root instance)Visit theAbsoluteCatalogSchemaReference.Rootcase.
-
-
-
Method Detail
-
otherwise
default R otherwise(AbsoluteCatalogSchemaReference instance)
Default branch for unhandled cases.
-
visit
default R visit(AbsoluteCatalogSchemaReference.Root instance)
Visit theAbsoluteCatalogSchemaReference.Rootcase.- Specified by:
visitin interfaceAbsoluteCatalogSchemaReference.Visitor<R>
-
visit
default R visit(AbsoluteCatalogSchemaReference.DirectoryAndSchema instance)
Visit theAbsoluteCatalogSchemaReference.DirectoryAndSchemacase.- Specified by:
visitin interfaceAbsoluteCatalogSchemaReference.Visitor<R>
-
-