Packages

c

org.mulesoft.antlrast.grammars

GraphQLFederationASTBuilder

class GraphQLFederationASTBuilder extends GraphQLFederationParserBaseListener with ASTBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLFederationASTBuilder
  2. ASTBuilder
  3. GraphQLFederationParserBaseListener
  4. GraphQLFederationParserListener
  5. ParseTreeListener
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphQLFederationASTBuilder(file: String, parser: GraphQLFederationParser)

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 ast(): AST
    Definition Classes
    ASTBuilder
  6. def buildInputContext(): ParserRuleContext
  7. val builder: AST
    Definition Classes
    ASTBuilder
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def enterAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  33. def enterEveryRule(ctx: ParserRuleContext): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  34. def enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  113. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  114. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  115. def exitAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  139. def exitEveryRule(ctx: ParserRuleContext): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  140. def exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLFederationParserBaseListenerGraphQLFederationParserListener
  219. val file: String
  220. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  221. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  222. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  223. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  224. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  225. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  226. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  227. val parser: GraphQLFederationParser
  228. def sourceLocation(startToken: Token, stopToken: Token): SourceLocation
    Definition Classes
    ASTBuilder
  229. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  230. def toString(): String
    Definition Classes
    AnyRef → Any
  231. def visitErrorNode(error: ErrorNode): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  232. def visitTerminal(terminal: TerminalNode): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  233. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  234. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  235. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ASTBuilder

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped