trait GraphQLListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GraphQLParser.
- Alphabetic
- By Inheritance
- GraphQLListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()