trait GraphQLFederationParserListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GraphQLFederationParser.
- Alphabetic
- By Inheritance
- GraphQLFederationParserListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
enterAlias(ctx: AliasContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#alias.Enter a parse tree produced by
GraphQLFederationParser#alias.- ctx
the parse tree
-
abstract
def
enterArgument(ctx: ArgumentContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#argument.Enter a parse tree produced by
GraphQLFederationParser#argument.- ctx
the parse tree
-
abstract
def
enterArguments(ctx: ArgumentsContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#arguments.Enter a parse tree produced by
GraphQLFederationParser#arguments.- ctx
the parse tree
-
abstract
def
enterArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#argumentsDefinition.Enter a parse tree produced by
GraphQLFederationParser#argumentsDefinition.- ctx
the parse tree
-
abstract
def
enterBooleanValue(ctx: BooleanValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#booleanValue.Enter a parse tree produced by
GraphQLFederationParser#booleanValue.- ctx
the parse tree
-
abstract
def
enterBooleanValue_f(ctx: BooleanValue_fContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#booleanValue_f.Enter a parse tree produced by
GraphQLFederationParser#booleanValue_f.- ctx
the parse tree
-
abstract
def
enterDefaultValue(ctx: DefaultValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#defaultValue.Enter a parse tree produced by
GraphQLFederationParser#defaultValue.- ctx
the parse tree
-
abstract
def
enterDefinition(ctx: DefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#definition.Enter a parse tree produced by
GraphQLFederationParser#definition.- ctx
the parse tree
-
abstract
def
enterDescription(ctx: DescriptionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#description.Enter a parse tree produced by
GraphQLFederationParser#description.- ctx
the parse tree
-
abstract
def
enterDirective(ctx: DirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#directive.Enter a parse tree produced by
GraphQLFederationParser#directive.- ctx
the parse tree
-
abstract
def
enterDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#directiveDefinition.Enter a parse tree produced by
GraphQLFederationParser#directiveDefinition.- ctx
the parse tree
-
abstract
def
enterDirectiveLocation(ctx: DirectiveLocationContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#directiveLocation.Enter a parse tree produced by
GraphQLFederationParser#directiveLocation.- ctx
the parse tree
-
abstract
def
enterDirectiveLocations(ctx: DirectiveLocationsContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#directiveLocations.Enter a parse tree produced by
GraphQLFederationParser#directiveLocations.- ctx
the parse tree
-
abstract
def
enterDirectives(ctx: DirectivesContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#directives.Enter a parse tree produced by
GraphQLFederationParser#directives.- ctx
the parse tree
-
abstract
def
enterDocument(ctx: DocumentContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#document.Enter a parse tree produced by
GraphQLFederationParser#document.- ctx
the parse tree
-
abstract
def
enterEnumDirective(ctx: EnumDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumDirective.Enter a parse tree produced by
GraphQLFederationParser#enumDirective.- ctx
the parse tree
-
abstract
def
enterEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#enumFederationDirective.- ctx
the parse tree
-
abstract
def
enterEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#enumTypeDefinition.- ctx
the parse tree
-
abstract
def
enterEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#enumTypeExtension.- ctx
the parse tree
-
abstract
def
enterEnumValue(ctx: EnumValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumValue.Enter a parse tree produced by
GraphQLFederationParser#enumValue.- ctx
the parse tree
-
abstract
def
enterEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumValueDefinition.Enter a parse tree produced by
GraphQLFederationParser#enumValueDefinition.- ctx
the parse tree
-
abstract
def
enterEnumValueDirective(ctx: EnumValueDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumValueDirective.Enter a parse tree produced by
GraphQLFederationParser#enumValueDirective.- ctx
the parse tree
-
abstract
def
enterEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumValueFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#enumValueFederationDirective.- ctx
the parse tree
-
abstract
def
enterEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#enumValuesDefinition.Enter a parse tree produced by
GraphQLFederationParser#enumValuesDefinition.- ctx
the parse tree
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
enterExecutableDefinition(ctx: ExecutableDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#executableDefinition.Enter a parse tree produced by
GraphQLFederationParser#executableDefinition.- ctx
the parse tree
-
abstract
def
enterExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#executableDirectiveLocation.Enter a parse tree produced by
GraphQLFederationParser#executableDirectiveLocation.- ctx
the parse tree
-
abstract
def
enterExternalDirective(ctx: ExternalDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#externalDirective.Enter a parse tree produced by
GraphQLFederationParser#externalDirective.- ctx
the parse tree
-
abstract
def
enterField(ctx: FieldContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#field.Enter a parse tree produced by
GraphQLFederationParser#field.- ctx
the parse tree
-
abstract
def
enterFieldDefinition(ctx: FieldDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldDefinition.Enter a parse tree produced by
GraphQLFederationParser#fieldDefinition.- ctx
the parse tree
-
abstract
def
enterFieldDirective(ctx: FieldDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldDirective.Enter a parse tree produced by
GraphQLFederationParser#fieldDirective.- ctx
the parse tree
-
abstract
def
enterFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#fieldFederationDirective.- ctx
the parse tree
-
abstract
def
enterFieldSet(ctx: FieldSetContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldSet.Enter a parse tree produced by
GraphQLFederationParser#fieldSet.- ctx
the parse tree
-
abstract
def
enterFieldSetComponent(ctx: FieldSetComponentContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldSetComponent.Enter a parse tree produced by
GraphQLFederationParser#fieldSetComponent.- ctx
the parse tree
-
abstract
def
enterFieldsDefinition(ctx: FieldsDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fieldsDefinition.Enter a parse tree produced by
GraphQLFederationParser#fieldsDefinition.- ctx
the parse tree
-
abstract
def
enterFloatValue(ctx: FloatValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#floatValue.Enter a parse tree produced by
GraphQLFederationParser#floatValue.- ctx
the parse tree
-
abstract
def
enterFragmentDefinition(ctx: FragmentDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fragmentDefinition.Enter a parse tree produced by
GraphQLFederationParser#fragmentDefinition.- ctx
the parse tree
-
abstract
def
enterFragmentName(ctx: FragmentNameContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fragmentName.Enter a parse tree produced by
GraphQLFederationParser#fragmentName.- ctx
the parse tree
-
abstract
def
enterFragmentSpread(ctx: FragmentSpreadContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#fragmentSpread.Enter a parse tree produced by
GraphQLFederationParser#fragmentSpread.- ctx
the parse tree
-
abstract
def
enterImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#implementsInterfaces.Enter a parse tree produced by
GraphQLFederationParser#implementsInterfaces.- ctx
the parse tree
-
abstract
def
enterInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inaccessibleDirective.Enter a parse tree produced by
GraphQLFederationParser#inaccessibleDirective.- ctx
the parse tree
-
abstract
def
enterInlineFragment(ctx: InlineFragmentContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inlineFragment.Enter a parse tree produced by
GraphQLFederationParser#inlineFragment.- ctx
the parse tree
-
abstract
def
enterInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputFieldFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#inputFieldFederationDirective.- ctx
the parse tree
-
abstract
def
enterInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputFieldsDefinition.Enter a parse tree produced by
GraphQLFederationParser#inputFieldsDefinition.- ctx
the parse tree
-
abstract
def
enterInputObjectDirective(ctx: InputObjectDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputObjectDirective.Enter a parse tree produced by
GraphQLFederationParser#inputObjectDirective.- ctx
the parse tree
-
abstract
def
enterInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputObjectFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#inputObjectFederationDirective.- ctx
the parse tree
-
abstract
def
enterInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputObjectTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#inputObjectTypeDefinition.- ctx
the parse tree
-
abstract
def
enterInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputObjectTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#inputObjectTypeExtension.- ctx
the parse tree
-
abstract
def
enterInputValueDefinition(ctx: InputValueDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputValueDefinition.Enter a parse tree produced by
GraphQLFederationParser#inputValueDefinition.- ctx
the parse tree
-
abstract
def
enterInputValueDirective(ctx: InputValueDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#inputValueDirective.Enter a parse tree produced by
GraphQLFederationParser#inputValueDirective.- ctx
the parse tree
-
abstract
def
enterIntValue(ctx: IntValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#intValue.Enter a parse tree produced by
GraphQLFederationParser#intValue.- ctx
the parse tree
-
abstract
def
enterInterfaceDirective(ctx: InterfaceDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#interfaceDirective.Enter a parse tree produced by
GraphQLFederationParser#interfaceDirective.- ctx
the parse tree
-
abstract
def
enterInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#interfaceFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#interfaceFederationDirective.- ctx
the parse tree
-
abstract
def
enterInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#interfaceTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#interfaceTypeDefinition.- ctx
the parse tree
-
abstract
def
enterInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#interfaceTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#interfaceTypeExtension.- ctx
the parse tree
-
abstract
def
enterKeyDirective(ctx: KeyDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#keyDirective.Enter a parse tree produced by
GraphQLFederationParser#keyDirective.- ctx
the parse tree
-
abstract
def
enterKeyword(ctx: KeywordContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#keyword.Enter a parse tree produced by
GraphQLFederationParser#keyword.- ctx
the parse tree
-
abstract
def
enterKeyword_f(ctx: Keyword_fContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#keyword_f.Enter a parse tree produced by
GraphQLFederationParser#keyword_f.- ctx
the parse tree
-
abstract
def
enterListType(ctx: ListTypeContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#listType.Enter a parse tree produced by
GraphQLFederationParser#listType.- ctx
the parse tree
-
abstract
def
enterListValue(ctx: ListValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#listValue.Enter a parse tree produced by
GraphQLFederationParser#listValue.- ctx
the parse tree
-
abstract
def
enterName(ctx: NameContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#name.Enter a parse tree produced by
GraphQLFederationParser#name.- ctx
the parse tree
-
abstract
def
enterName_f(ctx: Name_fContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#name_f.Enter a parse tree produced by
GraphQLFederationParser#name_f.- ctx
the parse tree
-
abstract
def
enterNamedType(ctx: NamedTypeContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#namedType.Enter a parse tree produced by
GraphQLFederationParser#namedType.- ctx
the parse tree
-
abstract
def
enterNestedFieldSet(ctx: NestedFieldSetContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#nestedFieldSet.Enter a parse tree produced by
GraphQLFederationParser#nestedFieldSet.- ctx
the parse tree
-
abstract
def
enterNullValue(ctx: NullValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#nullValue.Enter a parse tree produced by
GraphQLFederationParser#nullValue.- ctx
the parse tree
-
abstract
def
enterObjectDirective(ctx: ObjectDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectDirective.Enter a parse tree produced by
GraphQLFederationParser#objectDirective.- ctx
the parse tree
-
abstract
def
enterObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#objectFederationDirective.- ctx
the parse tree
-
abstract
def
enterObjectField(ctx: ObjectFieldContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectField.Enter a parse tree produced by
GraphQLFederationParser#objectField.- ctx
the parse tree
-
abstract
def
enterObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#objectTypeDefinition.- ctx
the parse tree
-
abstract
def
enterObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#objectTypeExtension.- ctx
the parse tree
-
abstract
def
enterObjectValue(ctx: ObjectValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#objectValue.Enter a parse tree produced by
GraphQLFederationParser#objectValue.- ctx
the parse tree
-
abstract
def
enterOperationDefinition(ctx: OperationDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#operationDefinition.Enter a parse tree produced by
GraphQLFederationParser#operationDefinition.- ctx
the parse tree
-
abstract
def
enterOperationType(ctx: OperationTypeContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#operationType.Enter a parse tree produced by
GraphQLFederationParser#operationType.- ctx
the parse tree
-
abstract
def
enterOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#operationTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#operationTypeDefinition.- ctx
the parse tree
-
abstract
def
enterOverrideDirective(ctx: OverrideDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#overrideDirective.Enter a parse tree produced by
GraphQLFederationParser#overrideDirective.- ctx
the parse tree
-
abstract
def
enterProvidesDirective(ctx: ProvidesDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#providesDirective.Enter a parse tree produced by
GraphQLFederationParser#providesDirective.- ctx
the parse tree
-
abstract
def
enterRequiresDirective(ctx: RequiresDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#requiresDirective.Enter a parse tree produced by
GraphQLFederationParser#requiresDirective.- ctx
the parse tree
-
abstract
def
enterRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#rootOperationTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#rootOperationTypeDefinition.- ctx
the parse tree
-
abstract
def
enterScalarDirective(ctx: ScalarDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#scalarDirective.Enter a parse tree produced by
GraphQLFederationParser#scalarDirective.- ctx
the parse tree
-
abstract
def
enterScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#scalarFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#scalarFederationDirective.- ctx
the parse tree
-
abstract
def
enterScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#scalarTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#scalarTypeDefinition.- ctx
the parse tree
-
abstract
def
enterScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#scalarTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#scalarTypeExtension.- ctx
the parse tree
-
abstract
def
enterSchemaDefinition(ctx: SchemaDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#schemaDefinition.Enter a parse tree produced by
GraphQLFederationParser#schemaDefinition.- ctx
the parse tree
-
abstract
def
enterSchemaExtension(ctx: SchemaExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#schemaExtension.Enter a parse tree produced by
GraphQLFederationParser#schemaExtension.- ctx
the parse tree
-
abstract
def
enterSelection(ctx: SelectionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#selection.Enter a parse tree produced by
GraphQLFederationParser#selection.- ctx
the parse tree
-
abstract
def
enterSelectionSet(ctx: SelectionSetContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#selectionSet.Enter a parse tree produced by
GraphQLFederationParser#selectionSet.- ctx
the parse tree
-
abstract
def
enterShareableDirective(ctx: ShareableDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#shareableDirective.Enter a parse tree produced by
GraphQLFederationParser#shareableDirective.- ctx
the parse tree
-
abstract
def
enterStringValue(ctx: StringValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#stringValue.Enter a parse tree produced by
GraphQLFederationParser#stringValue.- ctx
the parse tree
-
abstract
def
enterTypeCondition(ctx: TypeConditionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeCondition.Enter a parse tree produced by
GraphQLFederationParser#typeCondition.- ctx
the parse tree
-
abstract
def
enterTypeDefinition(ctx: TypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeDefinition.Enter a parse tree produced by
GraphQLFederationParser#typeDefinition.- ctx
the parse tree
-
abstract
def
enterTypeExtension(ctx: TypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeExtension.Enter a parse tree produced by
GraphQLFederationParser#typeExtension.- ctx
the parse tree
-
abstract
def
enterTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeSystemDefinition.Enter a parse tree produced by
GraphQLFederationParser#typeSystemDefinition.- ctx
the parse tree
-
abstract
def
enterTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeSystemDirectiveLocation.Enter a parse tree produced by
GraphQLFederationParser#typeSystemDirectiveLocation.- ctx
the parse tree
-
abstract
def
enterTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#typeSystemExtension.Enter a parse tree produced by
GraphQLFederationParser#typeSystemExtension.- ctx
the parse tree
-
abstract
def
enterType_(ctx: Type_Context): Unit
Enter a parse tree produced by
GraphQLFederationParser#type_.Enter a parse tree produced by
GraphQLFederationParser#type_.- ctx
the parse tree
-
abstract
def
enterUnionDirective(ctx: UnionDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#unionDirective.Enter a parse tree produced by
GraphQLFederationParser#unionDirective.- ctx
the parse tree
-
abstract
def
enterUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#unionFederationDirective.Enter a parse tree produced by
GraphQLFederationParser#unionFederationDirective.- ctx
the parse tree
-
abstract
def
enterUnionMemberTypes(ctx: UnionMemberTypesContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#unionMemberTypes.Enter a parse tree produced by
GraphQLFederationParser#unionMemberTypes.- ctx
the parse tree
-
abstract
def
enterUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#unionTypeDefinition.Enter a parse tree produced by
GraphQLFederationParser#unionTypeDefinition.- ctx
the parse tree
-
abstract
def
enterUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#unionTypeExtension.Enter a parse tree produced by
GraphQLFederationParser#unionTypeExtension.- ctx
the parse tree
-
abstract
def
enterValue(ctx: ValueContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#value.Enter a parse tree produced by
GraphQLFederationParser#value.- ctx
the parse tree
-
abstract
def
enterVariable(ctx: VariableContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#variable.Enter a parse tree produced by
GraphQLFederationParser#variable.- ctx
the parse tree
-
abstract
def
enterVariableDefinition(ctx: VariableDefinitionContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#variableDefinition.Enter a parse tree produced by
GraphQLFederationParser#variableDefinition.- ctx
the parse tree
-
abstract
def
enterVariableDefinitions(ctx: VariableDefinitionsContext): Unit
Enter a parse tree produced by
GraphQLFederationParser#variableDefinitions.Enter a parse tree produced by
GraphQLFederationParser#variableDefinitions.- ctx
the parse tree
-
abstract
def
exitAlias(ctx: AliasContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#alias.Exit a parse tree produced by
GraphQLFederationParser#alias.- ctx
the parse tree
-
abstract
def
exitArgument(ctx: ArgumentContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#argument.Exit a parse tree produced by
GraphQLFederationParser#argument.- ctx
the parse tree
-
abstract
def
exitArguments(ctx: ArgumentsContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#arguments.Exit a parse tree produced by
GraphQLFederationParser#arguments.- ctx
the parse tree
-
abstract
def
exitArgumentsDefinition(ctx: ArgumentsDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#argumentsDefinition.Exit a parse tree produced by
GraphQLFederationParser#argumentsDefinition.- ctx
the parse tree
-
abstract
def
exitBooleanValue(ctx: BooleanValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#booleanValue.Exit a parse tree produced by
GraphQLFederationParser#booleanValue.- ctx
the parse tree
-
abstract
def
exitBooleanValue_f(ctx: BooleanValue_fContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#booleanValue_f.Exit a parse tree produced by
GraphQLFederationParser#booleanValue_f.- ctx
the parse tree
-
abstract
def
exitDefaultValue(ctx: DefaultValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#defaultValue.Exit a parse tree produced by
GraphQLFederationParser#defaultValue.- ctx
the parse tree
-
abstract
def
exitDefinition(ctx: DefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#definition.Exit a parse tree produced by
GraphQLFederationParser#definition.- ctx
the parse tree
-
abstract
def
exitDescription(ctx: DescriptionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#description.Exit a parse tree produced by
GraphQLFederationParser#description.- ctx
the parse tree
-
abstract
def
exitDirective(ctx: DirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#directive.Exit a parse tree produced by
GraphQLFederationParser#directive.- ctx
the parse tree
-
abstract
def
exitDirectiveDefinition(ctx: DirectiveDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#directiveDefinition.Exit a parse tree produced by
GraphQLFederationParser#directiveDefinition.- ctx
the parse tree
-
abstract
def
exitDirectiveLocation(ctx: DirectiveLocationContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#directiveLocation.Exit a parse tree produced by
GraphQLFederationParser#directiveLocation.- ctx
the parse tree
-
abstract
def
exitDirectiveLocations(ctx: DirectiveLocationsContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#directiveLocations.Exit a parse tree produced by
GraphQLFederationParser#directiveLocations.- ctx
the parse tree
-
abstract
def
exitDirectives(ctx: DirectivesContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#directives.Exit a parse tree produced by
GraphQLFederationParser#directives.- ctx
the parse tree
-
abstract
def
exitDocument(ctx: DocumentContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#document.Exit a parse tree produced by
GraphQLFederationParser#document.- ctx
the parse tree
-
abstract
def
exitEnumDirective(ctx: EnumDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumDirective.Exit a parse tree produced by
GraphQLFederationParser#enumDirective.- ctx
the parse tree
-
abstract
def
exitEnumFederationDirective(ctx: EnumFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#enumFederationDirective.- ctx
the parse tree
-
abstract
def
exitEnumTypeDefinition(ctx: EnumTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#enumTypeDefinition.- ctx
the parse tree
-
abstract
def
exitEnumTypeExtension(ctx: EnumTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#enumTypeExtension.- ctx
the parse tree
-
abstract
def
exitEnumValue(ctx: EnumValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumValue.Exit a parse tree produced by
GraphQLFederationParser#enumValue.- ctx
the parse tree
-
abstract
def
exitEnumValueDefinition(ctx: EnumValueDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumValueDefinition.Exit a parse tree produced by
GraphQLFederationParser#enumValueDefinition.- ctx
the parse tree
-
abstract
def
exitEnumValueDirective(ctx: EnumValueDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumValueDirective.Exit a parse tree produced by
GraphQLFederationParser#enumValueDirective.- ctx
the parse tree
-
abstract
def
exitEnumValueFederationDirective(ctx: EnumValueFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumValueFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#enumValueFederationDirective.- ctx
the parse tree
-
abstract
def
exitEnumValuesDefinition(ctx: EnumValuesDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#enumValuesDefinition.Exit a parse tree produced by
GraphQLFederationParser#enumValuesDefinition.- ctx
the parse tree
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
exitExecutableDefinition(ctx: ExecutableDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#executableDefinition.Exit a parse tree produced by
GraphQLFederationParser#executableDefinition.- ctx
the parse tree
-
abstract
def
exitExecutableDirectiveLocation(ctx: ExecutableDirectiveLocationContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#executableDirectiveLocation.Exit a parse tree produced by
GraphQLFederationParser#executableDirectiveLocation.- ctx
the parse tree
-
abstract
def
exitExternalDirective(ctx: ExternalDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#externalDirective.Exit a parse tree produced by
GraphQLFederationParser#externalDirective.- ctx
the parse tree
-
abstract
def
exitField(ctx: FieldContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#field.Exit a parse tree produced by
GraphQLFederationParser#field.- ctx
the parse tree
-
abstract
def
exitFieldDefinition(ctx: FieldDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldDefinition.Exit a parse tree produced by
GraphQLFederationParser#fieldDefinition.- ctx
the parse tree
-
abstract
def
exitFieldDirective(ctx: FieldDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldDirective.Exit a parse tree produced by
GraphQLFederationParser#fieldDirective.- ctx
the parse tree
-
abstract
def
exitFieldFederationDirective(ctx: FieldFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#fieldFederationDirective.- ctx
the parse tree
-
abstract
def
exitFieldSet(ctx: FieldSetContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldSet.Exit a parse tree produced by
GraphQLFederationParser#fieldSet.- ctx
the parse tree
-
abstract
def
exitFieldSetComponent(ctx: FieldSetComponentContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldSetComponent.Exit a parse tree produced by
GraphQLFederationParser#fieldSetComponent.- ctx
the parse tree
-
abstract
def
exitFieldsDefinition(ctx: FieldsDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fieldsDefinition.Exit a parse tree produced by
GraphQLFederationParser#fieldsDefinition.- ctx
the parse tree
-
abstract
def
exitFloatValue(ctx: FloatValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#floatValue.Exit a parse tree produced by
GraphQLFederationParser#floatValue.- ctx
the parse tree
-
abstract
def
exitFragmentDefinition(ctx: FragmentDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fragmentDefinition.Exit a parse tree produced by
GraphQLFederationParser#fragmentDefinition.- ctx
the parse tree
-
abstract
def
exitFragmentName(ctx: FragmentNameContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fragmentName.Exit a parse tree produced by
GraphQLFederationParser#fragmentName.- ctx
the parse tree
-
abstract
def
exitFragmentSpread(ctx: FragmentSpreadContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#fragmentSpread.Exit a parse tree produced by
GraphQLFederationParser#fragmentSpread.- ctx
the parse tree
-
abstract
def
exitImplementsInterfaces(ctx: ImplementsInterfacesContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#implementsInterfaces.Exit a parse tree produced by
GraphQLFederationParser#implementsInterfaces.- ctx
the parse tree
-
abstract
def
exitInaccessibleDirective(ctx: InaccessibleDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inaccessibleDirective.Exit a parse tree produced by
GraphQLFederationParser#inaccessibleDirective.- ctx
the parse tree
-
abstract
def
exitInlineFragment(ctx: InlineFragmentContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inlineFragment.Exit a parse tree produced by
GraphQLFederationParser#inlineFragment.- ctx
the parse tree
-
abstract
def
exitInputFieldFederationDirective(ctx: InputFieldFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputFieldFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#inputFieldFederationDirective.- ctx
the parse tree
-
abstract
def
exitInputFieldsDefinition(ctx: InputFieldsDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputFieldsDefinition.Exit a parse tree produced by
GraphQLFederationParser#inputFieldsDefinition.- ctx
the parse tree
-
abstract
def
exitInputObjectDirective(ctx: InputObjectDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputObjectDirective.Exit a parse tree produced by
GraphQLFederationParser#inputObjectDirective.- ctx
the parse tree
-
abstract
def
exitInputObjectFederationDirective(ctx: InputObjectFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputObjectFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#inputObjectFederationDirective.- ctx
the parse tree
-
abstract
def
exitInputObjectTypeDefinition(ctx: InputObjectTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputObjectTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#inputObjectTypeDefinition.- ctx
the parse tree
-
abstract
def
exitInputObjectTypeExtension(ctx: InputObjectTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputObjectTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#inputObjectTypeExtension.- ctx
the parse tree
-
abstract
def
exitInputValueDefinition(ctx: InputValueDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputValueDefinition.Exit a parse tree produced by
GraphQLFederationParser#inputValueDefinition.- ctx
the parse tree
-
abstract
def
exitInputValueDirective(ctx: InputValueDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#inputValueDirective.Exit a parse tree produced by
GraphQLFederationParser#inputValueDirective.- ctx
the parse tree
-
abstract
def
exitIntValue(ctx: IntValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#intValue.Exit a parse tree produced by
GraphQLFederationParser#intValue.- ctx
the parse tree
-
abstract
def
exitInterfaceDirective(ctx: InterfaceDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#interfaceDirective.Exit a parse tree produced by
GraphQLFederationParser#interfaceDirective.- ctx
the parse tree
-
abstract
def
exitInterfaceFederationDirective(ctx: InterfaceFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#interfaceFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#interfaceFederationDirective.- ctx
the parse tree
-
abstract
def
exitInterfaceTypeDefinition(ctx: InterfaceTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#interfaceTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#interfaceTypeDefinition.- ctx
the parse tree
-
abstract
def
exitInterfaceTypeExtension(ctx: InterfaceTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#interfaceTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#interfaceTypeExtension.- ctx
the parse tree
-
abstract
def
exitKeyDirective(ctx: KeyDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#keyDirective.Exit a parse tree produced by
GraphQLFederationParser#keyDirective.- ctx
the parse tree
-
abstract
def
exitKeyword(ctx: KeywordContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#keyword.Exit a parse tree produced by
GraphQLFederationParser#keyword.- ctx
the parse tree
-
abstract
def
exitKeyword_f(ctx: Keyword_fContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#keyword_f.Exit a parse tree produced by
GraphQLFederationParser#keyword_f.- ctx
the parse tree
-
abstract
def
exitListType(ctx: ListTypeContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#listType.Exit a parse tree produced by
GraphQLFederationParser#listType.- ctx
the parse tree
-
abstract
def
exitListValue(ctx: ListValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#listValue.Exit a parse tree produced by
GraphQLFederationParser#listValue.- ctx
the parse tree
-
abstract
def
exitName(ctx: NameContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#name.Exit a parse tree produced by
GraphQLFederationParser#name.- ctx
the parse tree
-
abstract
def
exitName_f(ctx: Name_fContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#name_f.Exit a parse tree produced by
GraphQLFederationParser#name_f.- ctx
the parse tree
-
abstract
def
exitNamedType(ctx: NamedTypeContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#namedType.Exit a parse tree produced by
GraphQLFederationParser#namedType.- ctx
the parse tree
-
abstract
def
exitNestedFieldSet(ctx: NestedFieldSetContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#nestedFieldSet.Exit a parse tree produced by
GraphQLFederationParser#nestedFieldSet.- ctx
the parse tree
-
abstract
def
exitNullValue(ctx: NullValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#nullValue.Exit a parse tree produced by
GraphQLFederationParser#nullValue.- ctx
the parse tree
-
abstract
def
exitObjectDirective(ctx: ObjectDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectDirective.Exit a parse tree produced by
GraphQLFederationParser#objectDirective.- ctx
the parse tree
-
abstract
def
exitObjectFederationDirective(ctx: ObjectFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#objectFederationDirective.- ctx
the parse tree
-
abstract
def
exitObjectField(ctx: ObjectFieldContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectField.Exit a parse tree produced by
GraphQLFederationParser#objectField.- ctx
the parse tree
-
abstract
def
exitObjectTypeDefinition(ctx: ObjectTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#objectTypeDefinition.- ctx
the parse tree
-
abstract
def
exitObjectTypeExtension(ctx: ObjectTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#objectTypeExtension.- ctx
the parse tree
-
abstract
def
exitObjectValue(ctx: ObjectValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#objectValue.Exit a parse tree produced by
GraphQLFederationParser#objectValue.- ctx
the parse tree
-
abstract
def
exitOperationDefinition(ctx: OperationDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#operationDefinition.Exit a parse tree produced by
GraphQLFederationParser#operationDefinition.- ctx
the parse tree
-
abstract
def
exitOperationType(ctx: OperationTypeContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#operationType.Exit a parse tree produced by
GraphQLFederationParser#operationType.- ctx
the parse tree
-
abstract
def
exitOperationTypeDefinition(ctx: OperationTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#operationTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#operationTypeDefinition.- ctx
the parse tree
-
abstract
def
exitOverrideDirective(ctx: OverrideDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#overrideDirective.Exit a parse tree produced by
GraphQLFederationParser#overrideDirective.- ctx
the parse tree
-
abstract
def
exitProvidesDirective(ctx: ProvidesDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#providesDirective.Exit a parse tree produced by
GraphQLFederationParser#providesDirective.- ctx
the parse tree
-
abstract
def
exitRequiresDirective(ctx: RequiresDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#requiresDirective.Exit a parse tree produced by
GraphQLFederationParser#requiresDirective.- ctx
the parse tree
-
abstract
def
exitRootOperationTypeDefinition(ctx: RootOperationTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#rootOperationTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#rootOperationTypeDefinition.- ctx
the parse tree
-
abstract
def
exitScalarDirective(ctx: ScalarDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#scalarDirective.Exit a parse tree produced by
GraphQLFederationParser#scalarDirective.- ctx
the parse tree
-
abstract
def
exitScalarFederationDirective(ctx: ScalarFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#scalarFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#scalarFederationDirective.- ctx
the parse tree
-
abstract
def
exitScalarTypeDefinition(ctx: ScalarTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#scalarTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#scalarTypeDefinition.- ctx
the parse tree
-
abstract
def
exitScalarTypeExtension(ctx: ScalarTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#scalarTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#scalarTypeExtension.- ctx
the parse tree
-
abstract
def
exitSchemaDefinition(ctx: SchemaDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#schemaDefinition.Exit a parse tree produced by
GraphQLFederationParser#schemaDefinition.- ctx
the parse tree
-
abstract
def
exitSchemaExtension(ctx: SchemaExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#schemaExtension.Exit a parse tree produced by
GraphQLFederationParser#schemaExtension.- ctx
the parse tree
-
abstract
def
exitSelection(ctx: SelectionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#selection.Exit a parse tree produced by
GraphQLFederationParser#selection.- ctx
the parse tree
-
abstract
def
exitSelectionSet(ctx: SelectionSetContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#selectionSet.Exit a parse tree produced by
GraphQLFederationParser#selectionSet.- ctx
the parse tree
-
abstract
def
exitShareableDirective(ctx: ShareableDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#shareableDirective.Exit a parse tree produced by
GraphQLFederationParser#shareableDirective.- ctx
the parse tree
-
abstract
def
exitStringValue(ctx: StringValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#stringValue.Exit a parse tree produced by
GraphQLFederationParser#stringValue.- ctx
the parse tree
-
abstract
def
exitTypeCondition(ctx: TypeConditionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeCondition.Exit a parse tree produced by
GraphQLFederationParser#typeCondition.- ctx
the parse tree
-
abstract
def
exitTypeDefinition(ctx: TypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeDefinition.Exit a parse tree produced by
GraphQLFederationParser#typeDefinition.- ctx
the parse tree
-
abstract
def
exitTypeExtension(ctx: TypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeExtension.Exit a parse tree produced by
GraphQLFederationParser#typeExtension.- ctx
the parse tree
-
abstract
def
exitTypeSystemDefinition(ctx: TypeSystemDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeSystemDefinition.Exit a parse tree produced by
GraphQLFederationParser#typeSystemDefinition.- ctx
the parse tree
-
abstract
def
exitTypeSystemDirectiveLocation(ctx: TypeSystemDirectiveLocationContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeSystemDirectiveLocation.Exit a parse tree produced by
GraphQLFederationParser#typeSystemDirectiveLocation.- ctx
the parse tree
-
abstract
def
exitTypeSystemExtension(ctx: TypeSystemExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#typeSystemExtension.Exit a parse tree produced by
GraphQLFederationParser#typeSystemExtension.- ctx
the parse tree
-
abstract
def
exitType_(ctx: Type_Context): Unit
Exit a parse tree produced by
GraphQLFederationParser#type_.Exit a parse tree produced by
GraphQLFederationParser#type_.- ctx
the parse tree
-
abstract
def
exitUnionDirective(ctx: UnionDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#unionDirective.Exit a parse tree produced by
GraphQLFederationParser#unionDirective.- ctx
the parse tree
-
abstract
def
exitUnionFederationDirective(ctx: UnionFederationDirectiveContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#unionFederationDirective.Exit a parse tree produced by
GraphQLFederationParser#unionFederationDirective.- ctx
the parse tree
-
abstract
def
exitUnionMemberTypes(ctx: UnionMemberTypesContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#unionMemberTypes.Exit a parse tree produced by
GraphQLFederationParser#unionMemberTypes.- ctx
the parse tree
-
abstract
def
exitUnionTypeDefinition(ctx: UnionTypeDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#unionTypeDefinition.Exit a parse tree produced by
GraphQLFederationParser#unionTypeDefinition.- ctx
the parse tree
-
abstract
def
exitUnionTypeExtension(ctx: UnionTypeExtensionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#unionTypeExtension.Exit a parse tree produced by
GraphQLFederationParser#unionTypeExtension.- ctx
the parse tree
-
abstract
def
exitValue(ctx: ValueContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#value.Exit a parse tree produced by
GraphQLFederationParser#value.- ctx
the parse tree
-
abstract
def
exitVariable(ctx: VariableContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#variable.Exit a parse tree produced by
GraphQLFederationParser#variable.- ctx
the parse tree
-
abstract
def
exitVariableDefinition(ctx: VariableDefinitionContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#variableDefinition.Exit a parse tree produced by
GraphQLFederationParser#variableDefinition.- ctx
the parse tree
-
abstract
def
exitVariableDefinitions(ctx: VariableDefinitionsContext): Unit
Exit a parse tree produced by
GraphQLFederationParser#variableDefinitions.Exit a parse tree produced by
GraphQLFederationParser#variableDefinitions.- ctx
the parse tree
-
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()