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