Package openGql.grammar
Class ProcedureReference
- java.lang.Object
-
- openGql.grammar.ProcedureReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ProcedureReference>
- Direct Known Subclasses:
ProcedureReference.ParameterSpecification,ProcedureReference.ParentAndProcedureName
public abstract class ProcedureReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ProcedureReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcedureReference.ParameterSpecificationstatic classProcedureReference.ParentAndProcedureNamestatic interfaceProcedureReference.PartialVisitor<R>Partial visitor overProcedureReferencewith a defaultProcedureReference.PartialVisitor.otherwise(openGql.grammar.ProcedureReference)branch.static interfaceProcedureReference.Visitor<R>Visitor overProcedureReference.
-
Field Summary
Fields Modifier and Type Field Description static NamePARAMETER_SPECIFICATIONName of theopenGql.grammar.ProcedureReference.parameterSpecificationfield.static NamePARENT_AND_PROCEDURE_NAMEName of theopenGql.grammar.ProcedureReference.parentAndProcedureNamefield.static NameTYPE_Name of theopenGql.grammar.ProcedureReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(ProcedureReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ProcedureReferencetype.
-
PARENT_AND_PROCEDURE_NAME
public static final Name PARENT_AND_PROCEDURE_NAME
Name of theopenGql.grammar.ProcedureReference.parentAndProcedureNamefield.
-
PARAMETER_SPECIFICATION
public static final Name PARAMETER_SPECIFICATION
Name of theopenGql.grammar.ProcedureReference.parameterSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(ProcedureReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-