Packages

t

org.mulesoft.antlrast.graphqlfederation

GraphQLFederationParserListener

trait GraphQLFederationParserListener extends ParseTreeListener

This interface defines a complete listener for a parse tree produced by GraphQLFederationParser.

Linear Supertypes
ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLFederationParserListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterAlias(ctx: AliasContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#alias.

    Enter a parse tree produced by GraphQLFederationParser#alias.

    ctx

    the parse tree

  2. abstract def enterArgument(ctx: ArgumentContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#argument.

    Enter a parse tree produced by GraphQLFederationParser#argument.

    ctx

    the parse tree

  3. abstract def enterArguments(ctx: ArgumentsContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#arguments.

    Enter a parse tree produced by GraphQLFederationParser#arguments.

    ctx

    the parse tree

  4. abstract def enterArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#argumentsDefinition.

    Enter a parse tree produced by GraphQLFederationParser#argumentsDefinition.

    ctx

    the parse tree

  5. abstract def enterBooleanValue(ctx: BooleanValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#booleanValue.

    Enter a parse tree produced by GraphQLFederationParser#booleanValue.

    ctx

    the parse tree

  6. abstract def enterBooleanValue_f(ctx: BooleanValue_fContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#booleanValue_f.

    Enter a parse tree produced by GraphQLFederationParser#booleanValue_f.

    ctx

    the parse tree

  7. abstract def enterDefaultValue(ctx: DefaultValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#defaultValue.

    Enter a parse tree produced by GraphQLFederationParser#defaultValue.

    ctx

    the parse tree

  8. abstract def enterDefinition(ctx: DefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#definition.

    Enter a parse tree produced by GraphQLFederationParser#definition.

    ctx

    the parse tree

  9. abstract def enterDescription(ctx: DescriptionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#description.

    Enter a parse tree produced by GraphQLFederationParser#description.

    ctx

    the parse tree

  10. abstract def enterDirective(ctx: DirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#directive.

    Enter a parse tree produced by GraphQLFederationParser#directive.

    ctx

    the parse tree

  11. abstract def enterDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#directiveDefinition.

    Enter a parse tree produced by GraphQLFederationParser#directiveDefinition.

    ctx

    the parse tree

  12. abstract def enterDirectiveLocation(ctx: DirectiveLocationContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#directiveLocation.

    Enter a parse tree produced by GraphQLFederationParser#directiveLocation.

    ctx

    the parse tree

  13. abstract def enterDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#directiveLocations.

    Enter a parse tree produced by GraphQLFederationParser#directiveLocations.

    ctx

    the parse tree

  14. abstract def enterDirectives(ctx: DirectivesContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#directives.

    Enter a parse tree produced by GraphQLFederationParser#directives.

    ctx

    the parse tree

  15. abstract def enterDocument(ctx: DocumentContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#document.

    Enter a parse tree produced by GraphQLFederationParser#document.

    ctx

    the parse tree

  16. abstract def enterEnumDirective(ctx: EnumDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumDirective.

    Enter a parse tree produced by GraphQLFederationParser#enumDirective.

    ctx

    the parse tree

  17. abstract def enterEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumFederationDirective.

    Enter a parse tree produced by GraphQLFederationParser#enumFederationDirective.

    ctx

    the parse tree

  18. abstract def enterEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#enumTypeDefinition.

    ctx

    the parse tree

  19. abstract def enterEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#enumTypeExtension.

    ctx

    the parse tree

  20. abstract def enterEnumValue(ctx: EnumValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumValue.

    Enter a parse tree produced by GraphQLFederationParser#enumValue.

    ctx

    the parse tree

  21. abstract def enterEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumValueDefinition.

    Enter a parse tree produced by GraphQLFederationParser#enumValueDefinition.

    ctx

    the parse tree

  22. abstract def enterEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumValueDirective.

    Enter a parse tree produced by GraphQLFederationParser#enumValueDirective.

    ctx

    the parse tree

  23. abstract def enterEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumValueFederationDirective.

    ctx

    the parse tree

  24. abstract def enterEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#enumValuesDefinition.

    Enter a parse tree produced by GraphQLFederationParser#enumValuesDefinition.

    ctx

    the parse tree

  25. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  26. abstract def enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#executableDefinition.

    Enter a parse tree produced by GraphQLFederationParser#executableDefinition.

    ctx

    the parse tree

  27. abstract def enterExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#executableDirectiveLocation.

    ctx

    the parse tree

  28. abstract def enterExternalDirective(ctx: ExternalDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#externalDirective.

    Enter a parse tree produced by GraphQLFederationParser#externalDirective.

    ctx

    the parse tree

  29. abstract def enterField(ctx: FieldContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#field.

    Enter a parse tree produced by GraphQLFederationParser#field.

    ctx

    the parse tree

  30. abstract def enterFieldDefinition(ctx: FieldDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldDefinition.

    Enter a parse tree produced by GraphQLFederationParser#fieldDefinition.

    ctx

    the parse tree

  31. abstract def enterFieldDirective(ctx: FieldDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldDirective.

    Enter a parse tree produced by GraphQLFederationParser#fieldDirective.

    ctx

    the parse tree

  32. abstract def enterFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldFederationDirective.

    Enter a parse tree produced by GraphQLFederationParser#fieldFederationDirective.

    ctx

    the parse tree

  33. abstract def enterFieldSet(ctx: FieldSetContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldSet.

    Enter a parse tree produced by GraphQLFederationParser#fieldSet.

    ctx

    the parse tree

  34. abstract def enterFieldSetComponent(ctx: FieldSetComponentContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldSetComponent.

    Enter a parse tree produced by GraphQLFederationParser#fieldSetComponent.

    ctx

    the parse tree

  35. abstract def enterFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fieldsDefinition.

    Enter a parse tree produced by GraphQLFederationParser#fieldsDefinition.

    ctx

    the parse tree

  36. abstract def enterFloatValue(ctx: FloatValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#floatValue.

    Enter a parse tree produced by GraphQLFederationParser#floatValue.

    ctx

    the parse tree

  37. abstract def enterFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fragmentDefinition.

    Enter a parse tree produced by GraphQLFederationParser#fragmentDefinition.

    ctx

    the parse tree

  38. abstract def enterFragmentName(ctx: FragmentNameContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fragmentName.

    Enter a parse tree produced by GraphQLFederationParser#fragmentName.

    ctx

    the parse tree

  39. abstract def enterFragmentSpread(ctx: FragmentSpreadContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#fragmentSpread.

    Enter a parse tree produced by GraphQLFederationParser#fragmentSpread.

    ctx

    the parse tree

  40. abstract def enterImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#implementsInterfaces.

    Enter a parse tree produced by GraphQLFederationParser#implementsInterfaces.

    ctx

    the parse tree

  41. abstract def enterInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inaccessibleDirective.

    Enter a parse tree produced by GraphQLFederationParser#inaccessibleDirective.

    ctx

    the parse tree

  42. abstract def enterInlineFragment(ctx: InlineFragmentContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inlineFragment.

    Enter a parse tree produced by GraphQLFederationParser#inlineFragment.

    ctx

    the parse tree

  43. abstract def enterInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputFieldFederationDirective.

    ctx

    the parse tree

  44. abstract def enterInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputFieldsDefinition.

    Enter a parse tree produced by GraphQLFederationParser#inputFieldsDefinition.

    ctx

    the parse tree

  45. abstract def enterInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputObjectDirective.

    Enter a parse tree produced by GraphQLFederationParser#inputObjectDirective.

    ctx

    the parse tree

  46. abstract def enterInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputObjectFederationDirective.

    ctx

    the parse tree

  47. abstract def enterInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputObjectTypeDefinition.

    ctx

    the parse tree

  48. abstract def enterInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputObjectTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#inputObjectTypeExtension.

    ctx

    the parse tree

  49. abstract def enterInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputValueDefinition.

    Enter a parse tree produced by GraphQLFederationParser#inputValueDefinition.

    ctx

    the parse tree

  50. abstract def enterInputValueDirective(ctx: InputValueDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#inputValueDirective.

    Enter a parse tree produced by GraphQLFederationParser#inputValueDirective.

    ctx

    the parse tree

  51. abstract def enterIntValue(ctx: IntValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#intValue.

    Enter a parse tree produced by GraphQLFederationParser#intValue.

    ctx

    the parse tree

  52. abstract def enterInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#interfaceDirective.

    Enter a parse tree produced by GraphQLFederationParser#interfaceDirective.

    ctx

    the parse tree

  53. abstract def enterInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#interfaceFederationDirective.

    ctx

    the parse tree

  54. abstract def enterInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#interfaceTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#interfaceTypeDefinition.

    ctx

    the parse tree

  55. abstract def enterInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#interfaceTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#interfaceTypeExtension.

    ctx

    the parse tree

  56. abstract def enterKeyDirective(ctx: KeyDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#keyDirective.

    Enter a parse tree produced by GraphQLFederationParser#keyDirective.

    ctx

    the parse tree

  57. abstract def enterKeyword(ctx: KeywordContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#keyword.

    Enter a parse tree produced by GraphQLFederationParser#keyword.

    ctx

    the parse tree

  58. abstract def enterKeyword_f(ctx: Keyword_fContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#keyword_f.

    Enter a parse tree produced by GraphQLFederationParser#keyword_f.

    ctx

    the parse tree

  59. abstract def enterListType(ctx: ListTypeContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#listType.

    Enter a parse tree produced by GraphQLFederationParser#listType.

    ctx

    the parse tree

  60. abstract def enterListValue(ctx: ListValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#listValue.

    Enter a parse tree produced by GraphQLFederationParser#listValue.

    ctx

    the parse tree

  61. abstract def enterName(ctx: NameContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#name.

    Enter a parse tree produced by GraphQLFederationParser#name.

    ctx

    the parse tree

  62. abstract def enterName_f(ctx: Name_fContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#name_f.

    Enter a parse tree produced by GraphQLFederationParser#name_f.

    ctx

    the parse tree

  63. abstract def enterNamedType(ctx: NamedTypeContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#namedType.

    Enter a parse tree produced by GraphQLFederationParser#namedType.

    ctx

    the parse tree

  64. abstract def enterNestedFieldSet(ctx: NestedFieldSetContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#nestedFieldSet.

    Enter a parse tree produced by GraphQLFederationParser#nestedFieldSet.

    ctx

    the parse tree

  65. abstract def enterNullValue(ctx: NullValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#nullValue.

    Enter a parse tree produced by GraphQLFederationParser#nullValue.

    ctx

    the parse tree

  66. abstract def enterObjectDirective(ctx: ObjectDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectDirective.

    Enter a parse tree produced by GraphQLFederationParser#objectDirective.

    ctx

    the parse tree

  67. abstract def enterObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectFederationDirective.

    ctx

    the parse tree

  68. abstract def enterObjectField(ctx: ObjectFieldContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectField.

    Enter a parse tree produced by GraphQLFederationParser#objectField.

    ctx

    the parse tree

  69. abstract def enterObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#objectTypeDefinition.

    ctx

    the parse tree

  70. abstract def enterObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#objectTypeExtension.

    ctx

    the parse tree

  71. abstract def enterObjectValue(ctx: ObjectValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#objectValue.

    Enter a parse tree produced by GraphQLFederationParser#objectValue.

    ctx

    the parse tree

  72. abstract def enterOperationDefinition(ctx: OperationDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#operationDefinition.

    Enter a parse tree produced by GraphQLFederationParser#operationDefinition.

    ctx

    the parse tree

  73. abstract def enterOperationType(ctx: OperationTypeContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#operationType.

    Enter a parse tree produced by GraphQLFederationParser#operationType.

    ctx

    the parse tree

  74. abstract def enterOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#operationTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#operationTypeDefinition.

    ctx

    the parse tree

  75. abstract def enterOverrideDirective(ctx: OverrideDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#overrideDirective.

    Enter a parse tree produced by GraphQLFederationParser#overrideDirective.

    ctx

    the parse tree

  76. abstract def enterProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#providesDirective.

    Enter a parse tree produced by GraphQLFederationParser#providesDirective.

    ctx

    the parse tree

  77. abstract def enterRequiresDirective(ctx: RequiresDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#requiresDirective.

    Enter a parse tree produced by GraphQLFederationParser#requiresDirective.

    ctx

    the parse tree

  78. abstract def enterRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#rootOperationTypeDefinition.

    ctx

    the parse tree

  79. abstract def enterScalarDirective(ctx: ScalarDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#scalarDirective.

    Enter a parse tree produced by GraphQLFederationParser#scalarDirective.

    ctx

    the parse tree

  80. abstract def enterScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#scalarFederationDirective.

    ctx

    the parse tree

  81. abstract def enterScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#scalarTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#scalarTypeDefinition.

    ctx

    the parse tree

  82. abstract def enterScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#scalarTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#scalarTypeExtension.

    ctx

    the parse tree

  83. abstract def enterSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#schemaDefinition.

    Enter a parse tree produced by GraphQLFederationParser#schemaDefinition.

    ctx

    the parse tree

  84. abstract def enterSchemaExtension(ctx: SchemaExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#schemaExtension.

    Enter a parse tree produced by GraphQLFederationParser#schemaExtension.

    ctx

    the parse tree

  85. abstract def enterSelection(ctx: SelectionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#selection.

    Enter a parse tree produced by GraphQLFederationParser#selection.

    ctx

    the parse tree

  86. abstract def enterSelectionSet(ctx: SelectionSetContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#selectionSet.

    Enter a parse tree produced by GraphQLFederationParser#selectionSet.

    ctx

    the parse tree

  87. abstract def enterShareableDirective(ctx: ShareableDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#shareableDirective.

    Enter a parse tree produced by GraphQLFederationParser#shareableDirective.

    ctx

    the parse tree

  88. abstract def enterStringValue(ctx: StringValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#stringValue.

    Enter a parse tree produced by GraphQLFederationParser#stringValue.

    ctx

    the parse tree

  89. abstract def enterTypeCondition(ctx: TypeConditionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeCondition.

    Enter a parse tree produced by GraphQLFederationParser#typeCondition.

    ctx

    the parse tree

  90. abstract def enterTypeDefinition(ctx: TypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#typeDefinition.

    ctx

    the parse tree

  91. abstract def enterTypeExtension(ctx: TypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeExtension.

    Enter a parse tree produced by GraphQLFederationParser#typeExtension.

    ctx

    the parse tree

  92. abstract def enterTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeSystemDefinition.

    Enter a parse tree produced by GraphQLFederationParser#typeSystemDefinition.

    ctx

    the parse tree

  93. abstract def enterTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeSystemDirectiveLocation.

    ctx

    the parse tree

  94. abstract def enterTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#typeSystemExtension.

    Enter a parse tree produced by GraphQLFederationParser#typeSystemExtension.

    ctx

    the parse tree

  95. abstract def enterType_(ctx: Type_Context): Unit

    Enter a parse tree produced by GraphQLFederationParser#type_.

    Enter a parse tree produced by GraphQLFederationParser#type_.

    ctx

    the parse tree

  96. abstract def enterUnionDirective(ctx: UnionDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#unionDirective.

    Enter a parse tree produced by GraphQLFederationParser#unionDirective.

    ctx

    the parse tree

  97. abstract def enterUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#unionFederationDirective.

    Enter a parse tree produced by GraphQLFederationParser#unionFederationDirective.

    ctx

    the parse tree

  98. abstract def enterUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#unionMemberTypes.

    Enter a parse tree produced by GraphQLFederationParser#unionMemberTypes.

    ctx

    the parse tree

  99. abstract def enterUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#unionTypeDefinition.

    Enter a parse tree produced by GraphQLFederationParser#unionTypeDefinition.

    ctx

    the parse tree

  100. abstract def enterUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#unionTypeExtension.

    Enter a parse tree produced by GraphQLFederationParser#unionTypeExtension.

    ctx

    the parse tree

  101. abstract def enterValue(ctx: ValueContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#value.

    Enter a parse tree produced by GraphQLFederationParser#value.

    ctx

    the parse tree

  102. abstract def enterVariable(ctx: VariableContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#variable.

    Enter a parse tree produced by GraphQLFederationParser#variable.

    ctx

    the parse tree

  103. abstract def enterVariableDefinition(ctx: VariableDefinitionContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#variableDefinition.

    Enter a parse tree produced by GraphQLFederationParser#variableDefinition.

    ctx

    the parse tree

  104. abstract def enterVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    Enter a parse tree produced by GraphQLFederationParser#variableDefinitions.

    Enter a parse tree produced by GraphQLFederationParser#variableDefinitions.

    ctx

    the parse tree

  105. abstract def exitAlias(ctx: AliasContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#alias.

    Exit a parse tree produced by GraphQLFederationParser#alias.

    ctx

    the parse tree

  106. abstract def exitArgument(ctx: ArgumentContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#argument.

    Exit a parse tree produced by GraphQLFederationParser#argument.

    ctx

    the parse tree

  107. abstract def exitArguments(ctx: ArgumentsContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#arguments.

    Exit a parse tree produced by GraphQLFederationParser#arguments.

    ctx

    the parse tree

  108. abstract def exitArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#argumentsDefinition.

    Exit a parse tree produced by GraphQLFederationParser#argumentsDefinition.

    ctx

    the parse tree

  109. abstract def exitBooleanValue(ctx: BooleanValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#booleanValue.

    Exit a parse tree produced by GraphQLFederationParser#booleanValue.

    ctx

    the parse tree

  110. abstract def exitBooleanValue_f(ctx: BooleanValue_fContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#booleanValue_f.

    Exit a parse tree produced by GraphQLFederationParser#booleanValue_f.

    ctx

    the parse tree

  111. abstract def exitDefaultValue(ctx: DefaultValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#defaultValue.

    Exit a parse tree produced by GraphQLFederationParser#defaultValue.

    ctx

    the parse tree

  112. abstract def exitDefinition(ctx: DefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#definition.

    Exit a parse tree produced by GraphQLFederationParser#definition.

    ctx

    the parse tree

  113. abstract def exitDescription(ctx: DescriptionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#description.

    Exit a parse tree produced by GraphQLFederationParser#description.

    ctx

    the parse tree

  114. abstract def exitDirective(ctx: DirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#directive.

    Exit a parse tree produced by GraphQLFederationParser#directive.

    ctx

    the parse tree

  115. abstract def exitDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#directiveDefinition.

    Exit a parse tree produced by GraphQLFederationParser#directiveDefinition.

    ctx

    the parse tree

  116. abstract def exitDirectiveLocation(ctx: DirectiveLocationContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#directiveLocation.

    Exit a parse tree produced by GraphQLFederationParser#directiveLocation.

    ctx

    the parse tree

  117. abstract def exitDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#directiveLocations.

    Exit a parse tree produced by GraphQLFederationParser#directiveLocations.

    ctx

    the parse tree

  118. abstract def exitDirectives(ctx: DirectivesContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#directives.

    Exit a parse tree produced by GraphQLFederationParser#directives.

    ctx

    the parse tree

  119. abstract def exitDocument(ctx: DocumentContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#document.

    Exit a parse tree produced by GraphQLFederationParser#document.

    ctx

    the parse tree

  120. abstract def exitEnumDirective(ctx: EnumDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumDirective.

    Exit a parse tree produced by GraphQLFederationParser#enumDirective.

    ctx

    the parse tree

  121. abstract def exitEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumFederationDirective.

    ctx

    the parse tree

  122. abstract def exitEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumTypeDefinition.

    Exit a parse tree produced by GraphQLFederationParser#enumTypeDefinition.

    ctx

    the parse tree

  123. abstract def exitEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumTypeExtension.

    Exit a parse tree produced by GraphQLFederationParser#enumTypeExtension.

    ctx

    the parse tree

  124. abstract def exitEnumValue(ctx: EnumValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumValue.

    Exit a parse tree produced by GraphQLFederationParser#enumValue.

    ctx

    the parse tree

  125. abstract def exitEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumValueDefinition.

    Exit a parse tree produced by GraphQLFederationParser#enumValueDefinition.

    ctx

    the parse tree

  126. abstract def exitEnumValueDirective(ctx: EnumValueDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumValueDirective.

    Exit a parse tree produced by GraphQLFederationParser#enumValueDirective.

    ctx

    the parse tree

  127. abstract def exitEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumValueFederationDirective.

    ctx

    the parse tree

  128. abstract def exitEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#enumValuesDefinition.

    Exit a parse tree produced by GraphQLFederationParser#enumValuesDefinition.

    ctx

    the parse tree

  129. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  130. abstract def exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#executableDefinition.

    Exit a parse tree produced by GraphQLFederationParser#executableDefinition.

    ctx

    the parse tree

  131. abstract def exitExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#executableDirectiveLocation.

    ctx

    the parse tree

  132. abstract def exitExternalDirective(ctx: ExternalDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#externalDirective.

    Exit a parse tree produced by GraphQLFederationParser#externalDirective.

    ctx

    the parse tree

  133. abstract def exitField(ctx: FieldContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#field.

    Exit a parse tree produced by GraphQLFederationParser#field.

    ctx

    the parse tree

  134. abstract def exitFieldDefinition(ctx: FieldDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldDefinition.

    Exit a parse tree produced by GraphQLFederationParser#fieldDefinition.

    ctx

    the parse tree

  135. abstract def exitFieldDirective(ctx: FieldDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldDirective.

    Exit a parse tree produced by GraphQLFederationParser#fieldDirective.

    ctx

    the parse tree

  136. abstract def exitFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldFederationDirective.

    ctx

    the parse tree

  137. abstract def exitFieldSet(ctx: FieldSetContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldSet.

    Exit a parse tree produced by GraphQLFederationParser#fieldSet.

    ctx

    the parse tree

  138. abstract def exitFieldSetComponent(ctx: FieldSetComponentContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldSetComponent.

    Exit a parse tree produced by GraphQLFederationParser#fieldSetComponent.

    ctx

    the parse tree

  139. abstract def exitFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fieldsDefinition.

    Exit a parse tree produced by GraphQLFederationParser#fieldsDefinition.

    ctx

    the parse tree

  140. abstract def exitFloatValue(ctx: FloatValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#floatValue.

    Exit a parse tree produced by GraphQLFederationParser#floatValue.

    ctx

    the parse tree

  141. abstract def exitFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fragmentDefinition.

    Exit a parse tree produced by GraphQLFederationParser#fragmentDefinition.

    ctx

    the parse tree

  142. abstract def exitFragmentName(ctx: FragmentNameContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fragmentName.

    Exit a parse tree produced by GraphQLFederationParser#fragmentName.

    ctx

    the parse tree

  143. abstract def exitFragmentSpread(ctx: FragmentSpreadContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#fragmentSpread.

    Exit a parse tree produced by GraphQLFederationParser#fragmentSpread.

    ctx

    the parse tree

  144. abstract def exitImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#implementsInterfaces.

    Exit a parse tree produced by GraphQLFederationParser#implementsInterfaces.

    ctx

    the parse tree

  145. abstract def exitInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inaccessibleDirective.

    Exit a parse tree produced by GraphQLFederationParser#inaccessibleDirective.

    ctx

    the parse tree

  146. abstract def exitInlineFragment(ctx: InlineFragmentContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inlineFragment.

    Exit a parse tree produced by GraphQLFederationParser#inlineFragment.

    ctx

    the parse tree

  147. abstract def exitInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputFieldFederationDirective.

    ctx

    the parse tree

  148. abstract def exitInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputFieldsDefinition.

    Exit a parse tree produced by GraphQLFederationParser#inputFieldsDefinition.

    ctx

    the parse tree

  149. abstract def exitInputObjectDirective(ctx: InputObjectDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputObjectDirective.

    Exit a parse tree produced by GraphQLFederationParser#inputObjectDirective.

    ctx

    the parse tree

  150. abstract def exitInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputObjectFederationDirective.

    ctx

    the parse tree

  151. abstract def exitInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputObjectTypeDefinition.

    ctx

    the parse tree

  152. abstract def exitInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputObjectTypeExtension.

    ctx

    the parse tree

  153. abstract def exitInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputValueDefinition.

    Exit a parse tree produced by GraphQLFederationParser#inputValueDefinition.

    ctx

    the parse tree

  154. abstract def exitInputValueDirective(ctx: InputValueDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#inputValueDirective.

    Exit a parse tree produced by GraphQLFederationParser#inputValueDirective.

    ctx

    the parse tree

  155. abstract def exitIntValue(ctx: IntValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#intValue.

    Exit a parse tree produced by GraphQLFederationParser#intValue.

    ctx

    the parse tree

  156. abstract def exitInterfaceDirective(ctx: InterfaceDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#interfaceDirective.

    Exit a parse tree produced by GraphQLFederationParser#interfaceDirective.

    ctx

    the parse tree

  157. abstract def exitInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#interfaceFederationDirective.

    ctx

    the parse tree

  158. abstract def exitInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#interfaceTypeDefinition.

    ctx

    the parse tree

  159. abstract def exitInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#interfaceTypeExtension.

    Exit a parse tree produced by GraphQLFederationParser#interfaceTypeExtension.

    ctx

    the parse tree

  160. abstract def exitKeyDirective(ctx: KeyDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#keyDirective.

    Exit a parse tree produced by GraphQLFederationParser#keyDirective.

    ctx

    the parse tree

  161. abstract def exitKeyword(ctx: KeywordContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#keyword.

    Exit a parse tree produced by GraphQLFederationParser#keyword.

    ctx

    the parse tree

  162. abstract def exitKeyword_f(ctx: Keyword_fContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#keyword_f.

    Exit a parse tree produced by GraphQLFederationParser#keyword_f.

    ctx

    the parse tree

  163. abstract def exitListType(ctx: ListTypeContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#listType.

    Exit a parse tree produced by GraphQLFederationParser#listType.

    ctx

    the parse tree

  164. abstract def exitListValue(ctx: ListValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#listValue.

    Exit a parse tree produced by GraphQLFederationParser#listValue.

    ctx

    the parse tree

  165. abstract def exitName(ctx: NameContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#name.

    Exit a parse tree produced by GraphQLFederationParser#name.

    ctx

    the parse tree

  166. abstract def exitName_f(ctx: Name_fContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#name_f.

    Exit a parse tree produced by GraphQLFederationParser#name_f.

    ctx

    the parse tree

  167. abstract def exitNamedType(ctx: NamedTypeContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#namedType.

    Exit a parse tree produced by GraphQLFederationParser#namedType.

    ctx

    the parse tree

  168. abstract def exitNestedFieldSet(ctx: NestedFieldSetContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#nestedFieldSet.

    Exit a parse tree produced by GraphQLFederationParser#nestedFieldSet.

    ctx

    the parse tree

  169. abstract def exitNullValue(ctx: NullValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#nullValue.

    Exit a parse tree produced by GraphQLFederationParser#nullValue.

    ctx

    the parse tree

  170. abstract def exitObjectDirective(ctx: ObjectDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectDirective.

    Exit a parse tree produced by GraphQLFederationParser#objectDirective.

    ctx

    the parse tree

  171. abstract def exitObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectFederationDirective.

    ctx

    the parse tree

  172. abstract def exitObjectField(ctx: ObjectFieldContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectField.

    Exit a parse tree produced by GraphQLFederationParser#objectField.

    ctx

    the parse tree

  173. abstract def exitObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectTypeDefinition.

    Exit a parse tree produced by GraphQLFederationParser#objectTypeDefinition.

    ctx

    the parse tree

  174. abstract def exitObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectTypeExtension.

    Exit a parse tree produced by GraphQLFederationParser#objectTypeExtension.

    ctx

    the parse tree

  175. abstract def exitObjectValue(ctx: ObjectValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#objectValue.

    Exit a parse tree produced by GraphQLFederationParser#objectValue.

    ctx

    the parse tree

  176. abstract def exitOperationDefinition(ctx: OperationDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#operationDefinition.

    Exit a parse tree produced by GraphQLFederationParser#operationDefinition.

    ctx

    the parse tree

  177. abstract def exitOperationType(ctx: OperationTypeContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#operationType.

    Exit a parse tree produced by GraphQLFederationParser#operationType.

    ctx

    the parse tree

  178. abstract def exitOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#operationTypeDefinition.

    ctx

    the parse tree

  179. abstract def exitOverrideDirective(ctx: OverrideDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#overrideDirective.

    Exit a parse tree produced by GraphQLFederationParser#overrideDirective.

    ctx

    the parse tree

  180. abstract def exitProvidesDirective(ctx: ProvidesDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#providesDirective.

    Exit a parse tree produced by GraphQLFederationParser#providesDirective.

    ctx

    the parse tree

  181. abstract def exitRequiresDirective(ctx: RequiresDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#requiresDirective.

    Exit a parse tree produced by GraphQLFederationParser#requiresDirective.

    ctx

    the parse tree

  182. abstract def exitRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#rootOperationTypeDefinition.

    ctx

    the parse tree

  183. abstract def exitScalarDirective(ctx: ScalarDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#scalarDirective.

    Exit a parse tree produced by GraphQLFederationParser#scalarDirective.

    ctx

    the parse tree

  184. abstract def exitScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#scalarFederationDirective.

    ctx

    the parse tree

  185. abstract def exitScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#scalarTypeDefinition.

    Exit a parse tree produced by GraphQLFederationParser#scalarTypeDefinition.

    ctx

    the parse tree

  186. abstract def exitScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#scalarTypeExtension.

    Exit a parse tree produced by GraphQLFederationParser#scalarTypeExtension.

    ctx

    the parse tree

  187. abstract def exitSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#schemaDefinition.

    Exit a parse tree produced by GraphQLFederationParser#schemaDefinition.

    ctx

    the parse tree

  188. abstract def exitSchemaExtension(ctx: SchemaExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#schemaExtension.

    Exit a parse tree produced by GraphQLFederationParser#schemaExtension.

    ctx

    the parse tree

  189. abstract def exitSelection(ctx: SelectionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#selection.

    Exit a parse tree produced by GraphQLFederationParser#selection.

    ctx

    the parse tree

  190. abstract def exitSelectionSet(ctx: SelectionSetContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#selectionSet.

    Exit a parse tree produced by GraphQLFederationParser#selectionSet.

    ctx

    the parse tree

  191. abstract def exitShareableDirective(ctx: ShareableDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#shareableDirective.

    Exit a parse tree produced by GraphQLFederationParser#shareableDirective.

    ctx

    the parse tree

  192. abstract def exitStringValue(ctx: StringValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#stringValue.

    Exit a parse tree produced by GraphQLFederationParser#stringValue.

    ctx

    the parse tree

  193. abstract def exitTypeCondition(ctx: TypeConditionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeCondition.

    Exit a parse tree produced by GraphQLFederationParser#typeCondition.

    ctx

    the parse tree

  194. abstract def exitTypeDefinition(ctx: TypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeDefinition.

    Exit a parse tree produced by GraphQLFederationParser#typeDefinition.

    ctx

    the parse tree

  195. abstract def exitTypeExtension(ctx: TypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeExtension.

    Exit a parse tree produced by GraphQLFederationParser#typeExtension.

    ctx

    the parse tree

  196. abstract def exitTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeSystemDefinition.

    Exit a parse tree produced by GraphQLFederationParser#typeSystemDefinition.

    ctx

    the parse tree

  197. abstract def exitTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeSystemDirectiveLocation.

    ctx

    the parse tree

  198. abstract def exitTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#typeSystemExtension.

    Exit a parse tree produced by GraphQLFederationParser#typeSystemExtension.

    ctx

    the parse tree

  199. abstract def exitType_(ctx: Type_Context): Unit

    Exit a parse tree produced by GraphQLFederationParser#type_.

    Exit a parse tree produced by GraphQLFederationParser#type_.

    ctx

    the parse tree

  200. abstract def exitUnionDirective(ctx: UnionDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#unionDirective.

    Exit a parse tree produced by GraphQLFederationParser#unionDirective.

    ctx

    the parse tree

  201. abstract def exitUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#unionFederationDirective.

    ctx

    the parse tree

  202. abstract def exitUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#unionMemberTypes.

    Exit a parse tree produced by GraphQLFederationParser#unionMemberTypes.

    ctx

    the parse tree

  203. abstract def exitUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#unionTypeDefinition.

    Exit a parse tree produced by GraphQLFederationParser#unionTypeDefinition.

    ctx

    the parse tree

  204. abstract def exitUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#unionTypeExtension.

    Exit a parse tree produced by GraphQLFederationParser#unionTypeExtension.

    ctx

    the parse tree

  205. abstract def exitValue(ctx: ValueContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#value.

    Exit a parse tree produced by GraphQLFederationParser#value.

    ctx

    the parse tree

  206. abstract def exitVariable(ctx: VariableContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#variable.

    Exit a parse tree produced by GraphQLFederationParser#variable.

    ctx

    the parse tree

  207. abstract def exitVariableDefinition(ctx: VariableDefinitionContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#variableDefinition.

    Exit a parse tree produced by GraphQLFederationParser#variableDefinition.

    ctx

    the parse tree

  208. abstract def exitVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    Exit a parse tree produced by GraphQLFederationParser#variableDefinitions.

    Exit a parse tree produced by GraphQLFederationParser#variableDefinitions.

    ctx

    the parse tree

  209. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  210. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped