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
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def enterAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  7. def enterArgument(ctx: ArgumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  8. def enterArguments(ctx: ArgumentsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  9. def enterArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  10. def enterBooleanValue(ctx: BooleanValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  11. def enterBooleanValue_f(ctx: BooleanValue_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  12. def enterDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  13. def enterDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  14. def enterDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  15. def enterDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  16. def enterDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  17. def enterDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  18. def enterDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  19. def enterDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  20. def enterDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  21. def enterEnumDirective(ctx: EnumDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  22. def enterEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  23. def enterEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  24. def enterEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  25. def enterEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  26. def enterEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  27. def enterEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  28. def enterEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  29. def enterEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  30. def enterEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
  31. def enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  32. def enterExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  33. def enterExternalDirective(ctx: ExternalDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  34. def enterField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  35. def enterFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  36. def enterFieldDirective(ctx: FieldDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  37. def enterFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  38. def enterFieldSet(ctx: FieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  39. def enterFieldSetComponent(ctx: FieldSetComponentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  40. def enterFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  41. def enterFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  42. def enterFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  43. def enterFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  44. def enterFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  45. def enterImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  46. def enterInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  47. def enterInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  48. def enterInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  49. def enterInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  50. def enterInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  51. def enterInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  52. def enterInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  53. def enterInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  54. def enterInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  55. def enterInputValueDirective(ctx: InputValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  56. def enterIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  57. def enterInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  58. def enterInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  59. def enterInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  60. def enterInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  61. def enterKeyDirective(ctx: KeyDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  62. def enterKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  63. def enterKeyword_f(ctx: Keyword_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  64. def enterListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  65. def enterListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  66. def enterName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  67. def enterName_f(ctx: Name_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  68. def enterNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  69. def enterNestedFieldSet(ctx: NestedFieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  70. def enterNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  71. def enterObjectDirective(ctx: ObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  72. def enterObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  73. def enterObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  74. def enterObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  75. def enterObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  76. def enterObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  77. def enterOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  78. def enterOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  79. def enterOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  80. def enterOverrideDirective(ctx: OverrideDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  81. def enterProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  82. def enterRequiresDirective(ctx: RequiresDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  83. def enterRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  84. def enterScalarDirective(ctx: ScalarDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  85. def enterScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  86. def enterScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  87. def enterScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  88. def enterSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  89. def enterSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  90. def enterSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  91. def enterSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  92. def enterShareableDirective(ctx: ShareableDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  93. def enterStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  94. def enterTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  95. def enterTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  96. def enterTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  97. def enterTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  98. def enterTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  99. def enterTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  100. def enterType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  101. def enterUnionDirective(ctx: UnionDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  102. def enterUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  103. def enterUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  104. def enterUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  105. def enterUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  106. def enterValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  107. def enterVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  108. def enterVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  109. def enterVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  110. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  111. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  112. def exitAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  113. def exitArgument(ctx: ArgumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  114. def exitArguments(ctx: ArgumentsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  115. def exitArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  116. def exitBooleanValue(ctx: BooleanValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  117. def exitBooleanValue_f(ctx: BooleanValue_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  118. def exitDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  119. def exitDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  120. def exitDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  121. def exitDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  122. def exitDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  123. def exitDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  124. def exitDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  125. def exitDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  126. def exitDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  127. def exitEnumDirective(ctx: EnumDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  128. def exitEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  129. def exitEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  130. def exitEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  131. def exitEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  132. def exitEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  133. def exitEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  134. def exitEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  135. def exitEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  136. def exitEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
  137. def exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  138. def exitExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  139. def exitExternalDirective(ctx: ExternalDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  140. def exitField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  141. def exitFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  142. def exitFieldDirective(ctx: FieldDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  143. def exitFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  144. def exitFieldSet(ctx: FieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  145. def exitFieldSetComponent(ctx: FieldSetComponentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  146. def exitFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  147. def exitFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  148. def exitFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  149. def exitFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  150. def exitFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  151. def exitImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  152. def exitInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  153. def exitInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  154. def exitInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  155. def exitInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  156. def exitInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  157. def exitInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  158. def exitInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  159. def exitInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  160. def exitInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  161. def exitInputValueDirective(ctx: InputValueDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  162. def exitIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  163. def exitInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  164. def exitInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  165. def exitInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  166. def exitInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  167. def exitKeyDirective(ctx: KeyDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  168. def exitKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  169. def exitKeyword_f(ctx: Keyword_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  170. def exitListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  171. def exitListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  172. def exitName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  173. def exitName_f(ctx: Name_fContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  174. def exitNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  175. def exitNestedFieldSet(ctx: NestedFieldSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  176. def exitNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  177. def exitObjectDirective(ctx: ObjectDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  178. def exitObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  179. def exitObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  180. def exitObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  181. def exitObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  182. def exitObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  183. def exitOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  184. def exitOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  185. def exitOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  186. def exitOverrideDirective(ctx: OverrideDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  187. def exitProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  188. def exitRequiresDirective(ctx: RequiresDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  189. def exitRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  190. def exitScalarDirective(ctx: ScalarDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  191. def exitScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  192. def exitScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  193. def exitScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  194. def exitSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  195. def exitSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  196. def exitSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  197. def exitSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  198. def exitShareableDirective(ctx: ShareableDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  199. def exitStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  200. def exitTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  201. def exitTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  202. def exitTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  203. def exitTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  204. def exitTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  205. def exitTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  206. def exitType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  207. def exitUnionDirective(ctx: UnionDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  208. def exitUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  209. def exitUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  210. def exitUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  211. def exitUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  212. def exitValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  213. def exitVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  214. def exitVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  215. def exitVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  216. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  217. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  218. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  219. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  220. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  221. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  222. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  223. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  224. def toString(): String
    Definition Classes
    AnyRef → Any
  225. def visitErrorNode(node: ErrorNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
  226. def visitTerminal(node: TerminalNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLFederationParserBaseListener → ParseTreeListener
  227. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  228. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  229. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped