Package openGql.grammar
Class BindingTableReference
- java.lang.Object
-
- openGql.grammar.BindingTableReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BindingTableReference>
- Direct Known Subclasses:
BindingTableReference.DelimitedBindingTableName,BindingTableReference.ParameterSpecification,BindingTableReference.ParentAndTableName
public abstract class BindingTableReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BindingTableReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBindingTableReference.DelimitedBindingTableNamestatic classBindingTableReference.ParameterSpecificationstatic classBindingTableReference.ParentAndTableNamestatic interfaceBindingTableReference.PartialVisitor<R>Partial visitor overBindingTableReferencewith a defaultBindingTableReference.PartialVisitor.otherwise(openGql.grammar.BindingTableReference)branch.static interfaceBindingTableReference.Visitor<R>Visitor overBindingTableReference.
-
Field Summary
Fields Modifier and Type Field Description static NameDELIMITED_BINDING_TABLE_NAMEName of theopenGql.grammar.BindingTableReference.delimitedBindingTableNamefield.static NamePARAMETER_SPECIFICATIONName of theopenGql.grammar.BindingTableReference.parameterSpecificationfield.static NamePARENT_AND_TABLE_NAMEName of theopenGql.grammar.BindingTableReference.parentAndTableNamefield.static NameTYPE_Name of theopenGql.grammar.BindingTableReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(BindingTableReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.BindingTableReferencetype.
-
PARENT_AND_TABLE_NAME
public static final Name PARENT_AND_TABLE_NAME
Name of theopenGql.grammar.BindingTableReference.parentAndTableNamefield.
-
DELIMITED_BINDING_TABLE_NAME
public static final Name DELIMITED_BINDING_TABLE_NAME
Name of theopenGql.grammar.BindingTableReference.delimitedBindingTableNamefield.
-
PARAMETER_SPECIFICATION
public static final Name PARAMETER_SPECIFICATION
Name of theopenGql.grammar.BindingTableReference.parameterSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(BindingTableReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-