Packages

c

org.mulesoft.antlrast.graphqlfederation

GraphQLFederationParserBaseListener

class GraphQLFederationParserBaseListener extends GraphQLFederationParserListener

This class provides an empty implementation of GraphQLFederationParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Linear Supertypes
GraphQLFederationParserListener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLFederationParserBaseListener
  2. GraphQLFederationParserListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphQLFederationParserBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to any2stringadd[GraphQLFederationParserBaseListener] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GraphQLFederationParserBaseListener, B)
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to ArrowAssoc[GraphQLFederationParserBaseListener] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def ensuring(cond: (GraphQLFederationParserBaseListener) ⇒ Boolean, msg: ⇒ Any): GraphQLFederationParserBaseListener
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to Ensuring[GraphQLFederationParserBaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (GraphQLFederationParserBaseListener) ⇒ Boolean): GraphQLFederationParserBaseListener
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to Ensuring[GraphQLFederationParserBaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): GraphQLFederationParserBaseListener
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to Ensuring[GraphQLFederationParserBaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): GraphQLFederationParserBaseListener
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to Ensuring[GraphQLFederationParserBaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def enterAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  13. def enterArgument(ctx: ArgumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  14. def enterArguments(ctx: ArgumentsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  15. def enterArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  16. def enterBooleanValue(ctx: BooleanValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  17. def enterBooleanValue_f(ctx: BooleanValue_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  18. def enterDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  19. def enterDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  20. def enterDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  21. def enterDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  22. def enterDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  23. def enterDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  24. def enterDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  25. def enterDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  26. def enterDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  27. def enterEnumDirective(ctx: EnumDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  28. def enterEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  29. def enterEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  30. def enterEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  31. def enterEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  32. def enterEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  33. def enterEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  34. def enterEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  35. def enterEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  36. def enterEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  37. def enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  38. def enterExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  39. def enterExternalDirective(ctx: ExternalDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  40. def enterField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  41. def enterFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  42. def enterFieldDirective(ctx: FieldDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  43. def enterFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  44. def enterFieldSet(ctx: FieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  45. def enterFieldSetComponent(ctx: FieldSetComponentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  46. def enterFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  47. def enterFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  48. def enterFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  49. def enterFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  50. def enterFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  51. def enterImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  52. def enterInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  53. def enterInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  54. def enterInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  55. def enterInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  56. def enterInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  57. def enterInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  58. def enterInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  59. def enterInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  60. def enterInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  61. def enterInputValueDirective(ctx: InputValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  62. def enterIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  63. def enterInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  64. def enterInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  65. def enterInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  66. def enterInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  67. def enterKeyDirective(ctx: KeyDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  68. def enterKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  69. def enterKeyword_f(ctx: Keyword_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  70. def enterLinkDirective(ctx: LinkDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  71. def enterListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  72. def enterListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  73. def enterName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  74. def enterName_f(ctx: Name_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  75. def enterNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  76. def enterNestedFieldSet(ctx: NestedFieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  77. def enterNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  78. def enterObjectDirective(ctx: ObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  79. def enterObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  80. def enterObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  81. def enterObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  82. def enterObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  83. def enterObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  84. def enterOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  85. def enterOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  86. def enterOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  87. def enterOverrideDirective(ctx: OverrideDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  88. def enterProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  89. def enterRequiresDirective(ctx: RequiresDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  90. def enterRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  91. def enterScalarDirective(ctx: ScalarDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  92. def enterScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  93. def enterScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  94. def enterScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  95. def enterSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  96. def enterSchemaDirective(ctx: SchemaDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  97. def enterSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  98. def enterSchemaFederationDirective(ctx: SchemaFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  99. def enterSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  100. def enterSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  101. def enterShareableDirective(ctx: ShareableDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  102. def enterStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  103. def enterTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  104. def enterTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  105. def enterTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  106. def enterTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  107. def enterTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  108. def enterTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  109. def enterType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  110. def enterUnionDirective(ctx: UnionDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  111. def enterUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  112. def enterUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  113. def enterUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  114. def enterUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  115. def enterValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  116. def enterVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  117. def enterVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  118. def enterVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  119. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  120. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  121. def exitAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  122. def exitArgument(ctx: ArgumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  123. def exitArguments(ctx: ArgumentsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  124. def exitArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  125. def exitBooleanValue(ctx: BooleanValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  126. def exitBooleanValue_f(ctx: BooleanValue_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  127. def exitDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  128. def exitDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  129. def exitDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  130. def exitDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  131. def exitDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  132. def exitDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  133. def exitDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  134. def exitDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  135. def exitDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  136. def exitEnumDirective(ctx: EnumDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  137. def exitEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  138. def exitEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  139. def exitEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  140. def exitEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  141. def exitEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  142. def exitEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  143. def exitEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  144. def exitEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  145. def exitEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  146. def exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  147. def exitExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  148. def exitExternalDirective(ctx: ExternalDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  149. def exitField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  150. def exitFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  151. def exitFieldDirective(ctx: FieldDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  152. def exitFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  153. def exitFieldSet(ctx: FieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  154. def exitFieldSetComponent(ctx: FieldSetComponentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  155. def exitFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  156. def exitFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  157. def exitFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  158. def exitFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  159. def exitFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  160. def exitImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  161. def exitInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  162. def exitInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  163. def exitInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  164. def exitInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  165. def exitInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  166. def exitInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  167. def exitInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  168. def exitInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  169. def exitInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  170. def exitInputValueDirective(ctx: InputValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  171. def exitIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  172. def exitInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  173. def exitInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  174. def exitInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  175. def exitInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  176. def exitKeyDirective(ctx: KeyDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  177. def exitKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  178. def exitKeyword_f(ctx: Keyword_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  179. def exitLinkDirective(ctx: LinkDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  180. def exitListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  181. def exitListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  182. def exitName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  183. def exitName_f(ctx: Name_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  184. def exitNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  185. def exitNestedFieldSet(ctx: NestedFieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  186. def exitNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  187. def exitObjectDirective(ctx: ObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  188. def exitObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  189. def exitObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  190. def exitObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  191. def exitObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  192. def exitObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  193. def exitOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  194. def exitOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  195. def exitOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  196. def exitOverrideDirective(ctx: OverrideDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  197. def exitProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  198. def exitRequiresDirective(ctx: RequiresDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  199. def exitRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  200. def exitScalarDirective(ctx: ScalarDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  201. def exitScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  202. def exitScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  203. def exitScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  204. def exitSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  205. def exitSchemaDirective(ctx: SchemaDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  206. def exitSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  207. def exitSchemaFederationDirective(ctx: SchemaFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  208. def exitSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  209. def exitSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  210. def exitShareableDirective(ctx: ShareableDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  211. def exitStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  212. def exitTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  213. def exitTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  214. def exitTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  215. def exitTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  216. def exitTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  217. def exitTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  218. def exitType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  219. def exitUnionDirective(ctx: UnionDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  220. def exitUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  221. def exitUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  222. def exitUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  223. def exitUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  224. def exitValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  225. def exitVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  226. def exitVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  227. def exitVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
    Annotations
    @Override()
  228. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  229. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  230. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  231. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  232. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  233. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  234. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  235. def toString(): String
    Definition Classes
    AnyRef → Any
  236. def visitErrorNode(node: ErrorNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  237. def visitTerminal(node: TerminalNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  238. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  239. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  240. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  241. def [B](y: B): (GraphQLFederationParserBaseListener, B)
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to ArrowAssoc[GraphQLFederationParserBaseListener] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GraphQLFederationParserBaseListener to StringFormat[GraphQLFederationParserBaseListener] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GraphQLFederationParserBaseListener to any2stringadd[GraphQLFederationParserBaseListener]

Inherited by implicit conversion StringFormat from GraphQLFederationParserBaseListener to StringFormat[GraphQLFederationParserBaseListener]

Inherited by implicit conversion Ensuring from GraphQLFederationParserBaseListener to Ensuring[GraphQLFederationParserBaseListener]

Inherited by implicit conversion ArrowAssoc from GraphQLFederationParserBaseListener to ArrowAssoc[GraphQLFederationParserBaseListener]

Ungrouped