Package openGql.grammar
Class AbsoluteCatalogSchemaReference
- java.lang.Object
-
- openGql.grammar.AbsoluteCatalogSchemaReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AbsoluteCatalogSchemaReference>
- Direct Known Subclasses:
AbsoluteCatalogSchemaReference.DirectoryAndSchema,AbsoluteCatalogSchemaReference.Root
public abstract class AbsoluteCatalogSchemaReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AbsoluteCatalogSchemaReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbsoluteCatalogSchemaReference.DirectoryAndSchemastatic interfaceAbsoluteCatalogSchemaReference.PartialVisitor<R>Partial visitor overAbsoluteCatalogSchemaReferencewith a defaultAbsoluteCatalogSchemaReference.PartialVisitor.otherwise(openGql.grammar.AbsoluteCatalogSchemaReference)branch.static classAbsoluteCatalogSchemaReference.Rootstatic interfaceAbsoluteCatalogSchemaReference.Visitor<R>Visitor overAbsoluteCatalogSchemaReference.
-
Field Summary
Fields Modifier and Type Field Description static NameDIRECTORY_AND_SCHEMAName of theopenGql.grammar.AbsoluteCatalogSchemaReference.directoryAndSchemafield.static NameROOTName of theopenGql.grammar.AbsoluteCatalogSchemaReference.rootfield.static NameTYPE_Name of theopenGql.grammar.AbsoluteCatalogSchemaReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(AbsoluteCatalogSchemaReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.AbsoluteCatalogSchemaReferencetype.
-
ROOT
public static final Name ROOT
Name of theopenGql.grammar.AbsoluteCatalogSchemaReference.rootfield.
-
DIRECTORY_AND_SCHEMA
public static final Name DIRECTORY_AND_SCHEMA
Name of theopenGql.grammar.AbsoluteCatalogSchemaReference.directoryAndSchemafield.
-
-
Method Detail
-
accept
public abstract <R> R accept(AbsoluteCatalogSchemaReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-