Package openGql.grammar
Class AbsoluteCatalogSchemaReference.DirectoryAndSchema
- java.lang.Object
-
- openGql.grammar.AbsoluteCatalogSchemaReference
-
- openGql.grammar.AbsoluteCatalogSchemaReference.DirectoryAndSchema
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AbsoluteCatalogSchemaReference>
- Enclosing class:
- AbsoluteCatalogSchemaReference
public static final class AbsoluteCatalogSchemaReference.DirectoryAndSchema extends AbsoluteCatalogSchemaReference implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.AbsoluteCatalogSchemaReference
AbsoluteCatalogSchemaReference.DirectoryAndSchema, AbsoluteCatalogSchemaReference.PartialVisitor<R>, AbsoluteCatalogSchemaReference.Root, AbsoluteCatalogSchemaReference.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description AbsoluteDirectoryAndSchemavalue-
Fields inherited from class openGql.grammar.AbsoluteCatalogSchemaReference
DIRECTORY_AND_SCHEMA, ROOT, TYPE_
-
-
Constructor Summary
Constructors Constructor Description DirectoryAndSchema(AbsoluteDirectoryAndSchema value)Constructs an immutableAbsoluteCatalogSchemaReference.DirectoryAndSchema.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(AbsoluteCatalogSchemaReference.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(AbsoluteCatalogSchemaReference other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final AbsoluteDirectoryAndSchema value
-
-
Constructor Detail
-
DirectoryAndSchema
public DirectoryAndSchema(AbsoluteDirectoryAndSchema value)
Constructs an immutableAbsoluteCatalogSchemaReference.DirectoryAndSchema.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(AbsoluteCatalogSchemaReference other)
- Specified by:
compareToin interfacejava.lang.Comparable<AbsoluteCatalogSchemaReference>
-
accept
public <R> R accept(AbsoluteCatalogSchemaReference.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classAbsoluteCatalogSchemaReference
-
-