Package openGql.grammar
Class BindingTableName
- java.lang.Object
-
- openGql.grammar.BindingTableName
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BindingTableName>
- Direct Known Subclasses:
BindingTableName.DelimitedBindingTableName,BindingTableName.RegularIdentifier
public abstract class BindingTableName extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BindingTableName>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBindingTableName.DelimitedBindingTableNamestatic interfaceBindingTableName.PartialVisitor<R>Partial visitor overBindingTableNamewith a defaultBindingTableName.PartialVisitor.otherwise(openGql.grammar.BindingTableName)branch.static classBindingTableName.RegularIdentifierstatic interfaceBindingTableName.Visitor<R>Visitor overBindingTableName.
-
Field Summary
Fields Modifier and Type Field Description static NameDELIMITED_BINDING_TABLE_NAMEName of theopenGql.grammar.BindingTableName.delimitedBindingTableNamefield.static NameREGULAR_IDENTIFIERName of theopenGql.grammar.BindingTableName.regularIdentifierfield.static NameTYPE_Name of theopenGql.grammar.BindingTableNametype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(BindingTableName.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.BindingTableNametype.
-
REGULAR_IDENTIFIER
public static final Name REGULAR_IDENTIFIER
Name of theopenGql.grammar.BindingTableName.regularIdentifierfield.
-
DELIMITED_BINDING_TABLE_NAME
public static final Name DELIMITED_BINDING_TABLE_NAME
Name of theopenGql.grammar.BindingTableName.delimitedBindingTableNamefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(BindingTableName.Visitor<R> visitor)
Dispatch tovisitor.
-
-