Packages

t

org.mulesoft.antlrast.graphql

GraphQLListener

trait GraphQLListener extends ParseTreeListener

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

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

Abstract Value Members

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

    Enter a parse tree produced by GraphQLParser#alias.

    Enter a parse tree produced by GraphQLParser#alias.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#argument.

    Enter a parse tree produced by GraphQLParser#argument.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#arguments.

    Enter a parse tree produced by GraphQLParser#arguments.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#argumentsDefinition.

    Enter a parse tree produced by GraphQLParser#argumentsDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#booleanValue.

    Enter a parse tree produced by GraphQLParser#booleanValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#defaultValue.

    Enter a parse tree produced by GraphQLParser#defaultValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#definition.

    Enter a parse tree produced by GraphQLParser#definition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#description.

    Enter a parse tree produced by GraphQLParser#description.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#directive.

    Enter a parse tree produced by GraphQLParser#directive.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#directiveDefinition.

    Enter a parse tree produced by GraphQLParser#directiveDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#directiveLocation.

    Enter a parse tree produced by GraphQLParser#directiveLocation.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#directiveLocations.

    Enter a parse tree produced by GraphQLParser#directiveLocations.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#directives.

    Enter a parse tree produced by GraphQLParser#directives.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#document.

    Enter a parse tree produced by GraphQLParser#document.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#enumTypeDefinition.

    Enter a parse tree produced by GraphQLParser#enumTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#enumTypeExtension.

    Enter a parse tree produced by GraphQLParser#enumTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#enumValue.

    Enter a parse tree produced by GraphQLParser#enumValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#enumValueDefinition.

    Enter a parse tree produced by GraphQLParser#enumValueDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#enumValuesDefinition.

    Enter a parse tree produced by GraphQLParser#enumValuesDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#executableDefinition.

    Enter a parse tree produced by GraphQLParser#executableDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#executableDirectiveLocation.

    Enter a parse tree produced by GraphQLParser#executableDirectiveLocation.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#field.

    Enter a parse tree produced by GraphQLParser#field.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#fieldDefinition.

    Enter a parse tree produced by GraphQLParser#fieldDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#fieldsDefinition.

    Enter a parse tree produced by GraphQLParser#fieldsDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#floatValue.

    Enter a parse tree produced by GraphQLParser#floatValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#fragmentDefinition.

    Enter a parse tree produced by GraphQLParser#fragmentDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#fragmentName.

    Enter a parse tree produced by GraphQLParser#fragmentName.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#fragmentSpread.

    Enter a parse tree produced by GraphQLParser#fragmentSpread.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#implementsInterfaces.

    Enter a parse tree produced by GraphQLParser#implementsInterfaces.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#inlineFragment.

    Enter a parse tree produced by GraphQLParser#inlineFragment.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#inputFieldsDefinition.

    Enter a parse tree produced by GraphQLParser#inputFieldsDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#inputObjectTypeDefinition.

    Enter a parse tree produced by GraphQLParser#inputObjectTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#inputObjectTypeExtension.

    Enter a parse tree produced by GraphQLParser#inputObjectTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#inputValueDefinition.

    Enter a parse tree produced by GraphQLParser#inputValueDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#intValue.

    Enter a parse tree produced by GraphQLParser#intValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#interfaceTypeDefinition.

    Enter a parse tree produced by GraphQLParser#interfaceTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#interfaceTypeExtension.

    Enter a parse tree produced by GraphQLParser#interfaceTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#keyword.

    Enter a parse tree produced by GraphQLParser#keyword.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#listType.

    Enter a parse tree produced by GraphQLParser#listType.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#listValue.

    Enter a parse tree produced by GraphQLParser#listValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#name.

    Enter a parse tree produced by GraphQLParser#name.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#namedType.

    Enter a parse tree produced by GraphQLParser#namedType.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#nullValue.

    Enter a parse tree produced by GraphQLParser#nullValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#objectField.

    Enter a parse tree produced by GraphQLParser#objectField.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#objectTypeDefinition.

    Enter a parse tree produced by GraphQLParser#objectTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#objectTypeExtension.

    Enter a parse tree produced by GraphQLParser#objectTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#objectValue.

    Enter a parse tree produced by GraphQLParser#objectValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#operationDefinition.

    Enter a parse tree produced by GraphQLParser#operationDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#operationType.

    Enter a parse tree produced by GraphQLParser#operationType.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#operationTypeDefinition.

    Enter a parse tree produced by GraphQLParser#operationTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#rootOperationTypeDefinition.

    Enter a parse tree produced by GraphQLParser#rootOperationTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#scalarTypeDefinition.

    Enter a parse tree produced by GraphQLParser#scalarTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#scalarTypeExtension.

    Enter a parse tree produced by GraphQLParser#scalarTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#schemaDefinition.

    Enter a parse tree produced by GraphQLParser#schemaDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#schemaExtension.

    Enter a parse tree produced by GraphQLParser#schemaExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#selection.

    Enter a parse tree produced by GraphQLParser#selection.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#selectionSet.

    Enter a parse tree produced by GraphQLParser#selectionSet.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#stringValue.

    Enter a parse tree produced by GraphQLParser#stringValue.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeCondition.

    Enter a parse tree produced by GraphQLParser#typeCondition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeDefinition.

    Enter a parse tree produced by GraphQLParser#typeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeExtension.

    Enter a parse tree produced by GraphQLParser#typeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeSystemDefinition.

    Enter a parse tree produced by GraphQLParser#typeSystemDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeSystemDirectiveLocation.

    Enter a parse tree produced by GraphQLParser#typeSystemDirectiveLocation.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#typeSystemExtension.

    Enter a parse tree produced by GraphQLParser#typeSystemExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#type_.

    Enter a parse tree produced by GraphQLParser#type_.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#unionMemberTypes.

    Enter a parse tree produced by GraphQLParser#unionMemberTypes.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#unionTypeDefinition.

    Enter a parse tree produced by GraphQLParser#unionTypeDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#unionTypeExtension.

    Enter a parse tree produced by GraphQLParser#unionTypeExtension.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#value.

    Enter a parse tree produced by GraphQLParser#value.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#variable.

    Enter a parse tree produced by GraphQLParser#variable.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#variableDefinition.

    Enter a parse tree produced by GraphQLParser#variableDefinition.

    ctx

    the parse tree

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

    Enter a parse tree produced by GraphQLParser#variableDefinitions.

    Enter a parse tree produced by GraphQLParser#variableDefinitions.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#alias.

    Exit a parse tree produced by GraphQLParser#alias.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#argument.

    Exit a parse tree produced by GraphQLParser#argument.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#arguments.

    Exit a parse tree produced by GraphQLParser#arguments.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#argumentsDefinition.

    Exit a parse tree produced by GraphQLParser#argumentsDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#booleanValue.

    Exit a parse tree produced by GraphQLParser#booleanValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#defaultValue.

    Exit a parse tree produced by GraphQLParser#defaultValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#definition.

    Exit a parse tree produced by GraphQLParser#definition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#description.

    Exit a parse tree produced by GraphQLParser#description.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#directive.

    Exit a parse tree produced by GraphQLParser#directive.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#directiveDefinition.

    Exit a parse tree produced by GraphQLParser#directiveDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#directiveLocation.

    Exit a parse tree produced by GraphQLParser#directiveLocation.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#directiveLocations.

    Exit a parse tree produced by GraphQLParser#directiveLocations.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#directives.

    Exit a parse tree produced by GraphQLParser#directives.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#document.

    Exit a parse tree produced by GraphQLParser#document.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#enumTypeDefinition.

    Exit a parse tree produced by GraphQLParser#enumTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#enumTypeExtension.

    Exit a parse tree produced by GraphQLParser#enumTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#enumValue.

    Exit a parse tree produced by GraphQLParser#enumValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#enumValueDefinition.

    Exit a parse tree produced by GraphQLParser#enumValueDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#enumValuesDefinition.

    Exit a parse tree produced by GraphQLParser#enumValuesDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#executableDefinition.

    Exit a parse tree produced by GraphQLParser#executableDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#executableDirectiveLocation.

    Exit a parse tree produced by GraphQLParser#executableDirectiveLocation.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#field.

    Exit a parse tree produced by GraphQLParser#field.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#fieldDefinition.

    Exit a parse tree produced by GraphQLParser#fieldDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#fieldsDefinition.

    Exit a parse tree produced by GraphQLParser#fieldsDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#floatValue.

    Exit a parse tree produced by GraphQLParser#floatValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#fragmentDefinition.

    Exit a parse tree produced by GraphQLParser#fragmentDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#fragmentName.

    Exit a parse tree produced by GraphQLParser#fragmentName.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#fragmentSpread.

    Exit a parse tree produced by GraphQLParser#fragmentSpread.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#implementsInterfaces.

    Exit a parse tree produced by GraphQLParser#implementsInterfaces.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#inlineFragment.

    Exit a parse tree produced by GraphQLParser#inlineFragment.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#inputFieldsDefinition.

    Exit a parse tree produced by GraphQLParser#inputFieldsDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#inputObjectTypeDefinition.

    Exit a parse tree produced by GraphQLParser#inputObjectTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#inputObjectTypeExtension.

    Exit a parse tree produced by GraphQLParser#inputObjectTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#inputValueDefinition.

    Exit a parse tree produced by GraphQLParser#inputValueDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#intValue.

    Exit a parse tree produced by GraphQLParser#intValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#interfaceTypeDefinition.

    Exit a parse tree produced by GraphQLParser#interfaceTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#interfaceTypeExtension.

    Exit a parse tree produced by GraphQLParser#interfaceTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#keyword.

    Exit a parse tree produced by GraphQLParser#keyword.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#listType.

    Exit a parse tree produced by GraphQLParser#listType.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#listValue.

    Exit a parse tree produced by GraphQLParser#listValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#name.

    Exit a parse tree produced by GraphQLParser#name.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#namedType.

    Exit a parse tree produced by GraphQLParser#namedType.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#nullValue.

    Exit a parse tree produced by GraphQLParser#nullValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#objectField.

    Exit a parse tree produced by GraphQLParser#objectField.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#objectTypeDefinition.

    Exit a parse tree produced by GraphQLParser#objectTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#objectTypeExtension.

    Exit a parse tree produced by GraphQLParser#objectTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#objectValue.

    Exit a parse tree produced by GraphQLParser#objectValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#operationDefinition.

    Exit a parse tree produced by GraphQLParser#operationDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#operationType.

    Exit a parse tree produced by GraphQLParser#operationType.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#operationTypeDefinition.

    Exit a parse tree produced by GraphQLParser#operationTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#rootOperationTypeDefinition.

    Exit a parse tree produced by GraphQLParser#rootOperationTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#scalarTypeDefinition.

    Exit a parse tree produced by GraphQLParser#scalarTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#scalarTypeExtension.

    Exit a parse tree produced by GraphQLParser#scalarTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#schemaDefinition.

    Exit a parse tree produced by GraphQLParser#schemaDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#schemaExtension.

    Exit a parse tree produced by GraphQLParser#schemaExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#selection.

    Exit a parse tree produced by GraphQLParser#selection.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#selectionSet.

    Exit a parse tree produced by GraphQLParser#selectionSet.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#stringValue.

    Exit a parse tree produced by GraphQLParser#stringValue.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeCondition.

    Exit a parse tree produced by GraphQLParser#typeCondition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeDefinition.

    Exit a parse tree produced by GraphQLParser#typeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeExtension.

    Exit a parse tree produced by GraphQLParser#typeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeSystemDefinition.

    Exit a parse tree produced by GraphQLParser#typeSystemDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeSystemDirectiveLocation.

    Exit a parse tree produced by GraphQLParser#typeSystemDirectiveLocation.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#typeSystemExtension.

    Exit a parse tree produced by GraphQLParser#typeSystemExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#type_.

    Exit a parse tree produced by GraphQLParser#type_.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#unionMemberTypes.

    Exit a parse tree produced by GraphQLParser#unionMemberTypes.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#unionTypeDefinition.

    Exit a parse tree produced by GraphQLParser#unionTypeDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#unionTypeExtension.

    Exit a parse tree produced by GraphQLParser#unionTypeExtension.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#value.

    Exit a parse tree produced by GraphQLParser#value.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#variable.

    Exit a parse tree produced by GraphQLParser#variable.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#variableDefinition.

    Exit a parse tree produced by GraphQLParser#variableDefinition.

    ctx

    the parse tree

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

    Exit a parse tree produced by GraphQLParser#variableDefinitions.

    Exit a parse tree produced by GraphQLParser#variableDefinitions.

    ctx

    the parse tree

  147. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  148. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped