Packages

c

org.mulesoft.antlrast.graphql

GraphQLBaseListener

class GraphQLBaseListener extends GraphQLListener

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

Linear Supertypes
GraphQLListener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLBaseListener
  2. GraphQLListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphQLBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def enterAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  11. def enterDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  12. def enterDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  13. def enterDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  14. def enterDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  15. def enterDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  16. def enterDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  17. def enterDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  18. def enterDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  19. def enterDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  20. def enterEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  21. def enterEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  22. def enterEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  23. def enterEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  24. def enterEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  25. def enterEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLBaseListener → ParseTreeListener
  26. def enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  27. def enterExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  28. def enterField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  29. def enterFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  30. def enterFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  31. def enterFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  32. def enterFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  33. def enterFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  34. def enterFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  35. def enterImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  36. def enterInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  37. def enterInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  38. def enterInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  39. def enterInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  40. def enterInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  41. def enterIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  42. def enterInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  43. def enterInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  44. def enterKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  45. def enterListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  46. def enterListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  47. def enterName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  48. def enterNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  49. def enterNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  50. def enterObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  51. def enterObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  52. def enterObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  53. def enterObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  54. def enterOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  55. def enterOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  56. def enterOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  57. def enterRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  58. def enterScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  59. def enterScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  60. def enterSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  61. def enterSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  62. def enterSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  63. def enterSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  64. def enterStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  65. def enterTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  66. def enterTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  67. def enterTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  68. def enterTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  69. def enterTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  70. def enterTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  71. def enterType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  72. def enterUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  73. def enterUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  74. def enterUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  75. def enterValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  76. def enterVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  77. def enterVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  78. def enterVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  79. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  81. def exitAlias(ctx: AliasContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  82. def exitArgument(ctx: ArgumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  83. def exitArguments(ctx: ArgumentsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  84. def exitArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  85. def exitBooleanValue(ctx: BooleanValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  86. def exitDefaultValue(ctx: DefaultValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  87. def exitDefinition(ctx: DefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  88. def exitDescription(ctx: DescriptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  89. def exitDirective(ctx: DirectiveContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  90. def exitDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  91. def exitDirectiveLocation(ctx: DirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  92. def exitDirectiveLocations(ctx: DirectiveLocationsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  93. def exitDirectives(ctx: DirectivesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  94. def exitDocument(ctx: DocumentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  95. def exitEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  96. def exitEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  97. def exitEnumValue(ctx: EnumValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  98. def exitEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  99. def exitEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  100. def exitEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLBaseListener → ParseTreeListener
  101. def exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  102. def exitExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  103. def exitField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  104. def exitFieldDefinition(ctx: FieldDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  105. def exitFieldsDefinition(ctx: FieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  106. def exitFloatValue(ctx: FloatValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  107. def exitFragmentDefinition(ctx: FragmentDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  108. def exitFragmentName(ctx: FragmentNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  109. def exitFragmentSpread(ctx: FragmentSpreadContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  110. def exitImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  111. def exitInlineFragment(ctx: InlineFragmentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  112. def exitInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  113. def exitInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  114. def exitInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  115. def exitInputValueDefinition(ctx: InputValueDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  116. def exitIntValue(ctx: IntValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  117. def exitInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  118. def exitInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  119. def exitKeyword(ctx: KeywordContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  120. def exitListType(ctx: ListTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  121. def exitListValue(ctx: ListValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  122. def exitName(ctx: NameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  123. def exitNamedType(ctx: NamedTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  124. def exitNullValue(ctx: NullValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  125. def exitObjectField(ctx: ObjectFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  126. def exitObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  127. def exitObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  128. def exitObjectValue(ctx: ObjectValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  129. def exitOperationDefinition(ctx: OperationDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  130. def exitOperationType(ctx: OperationTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  131. def exitOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  132. def exitRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  133. def exitScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  134. def exitScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  135. def exitSchemaDefinition(ctx: SchemaDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  136. def exitSchemaExtension(ctx: SchemaExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  137. def exitSelection(ctx: SelectionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  138. def exitSelectionSet(ctx: SelectionSetContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  139. def exitStringValue(ctx: StringValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  140. def exitTypeCondition(ctx: TypeConditionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  141. def exitTypeDefinition(ctx: TypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  142. def exitTypeExtension(ctx: TypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  143. def exitTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  144. def exitTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  145. def exitTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  146. def exitType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  147. def exitUnionMemberTypes(ctx: UnionMemberTypesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  148. def exitUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  149. def exitUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  150. def exitValue(ctx: ValueContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  151. def exitVariable(ctx: VariableContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  152. def exitVariableDefinition(ctx: VariableDefinitionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  153. def exitVariableDefinitions(ctx: VariableDefinitionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    GraphQLBaseListenerGraphQLListener
  154. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  155. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  156. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  157. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  158. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  159. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  160. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  161. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  162. def toString(): String
    Definition Classes
    AnyRef → Any
  163. def visitErrorNode(node: ErrorNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLBaseListener → ParseTreeListener
  164. def visitTerminal(node: TerminalNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    GraphQLBaseListener → ParseTreeListener
  165. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  166. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  167. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GraphQLListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped