public class GraphqlBaseListener extends java.lang.Object implements GraphqlListener
GraphqlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GraphqlBaseListener() |
public void enterDocument(@NotNull
GraphqlParser.DocumentContext ctx)
GraphqlParser.document().
The default implementation does nothing.
enterDocument in interface GraphqlListenerctx - the parse treepublic void exitDocument(@NotNull
GraphqlParser.DocumentContext ctx)
GraphqlParser.document().
The default implementation does nothing.
exitDocument in interface GraphqlListenerctx - the parse treepublic void enterDefinition(@NotNull
GraphqlParser.DefinitionContext ctx)
GraphqlParser.definition().
The default implementation does nothing.
enterDefinition in interface GraphqlListenerctx - the parse treepublic void exitDefinition(@NotNull
GraphqlParser.DefinitionContext ctx)
GraphqlParser.definition().
The default implementation does nothing.
exitDefinition in interface GraphqlListenerctx - the parse treepublic void enterOperationDefinition(@NotNull
GraphqlParser.OperationDefinitionContext ctx)
GraphqlParser.operationDefinition().
The default implementation does nothing.
enterOperationDefinition in interface GraphqlListenerctx - the parse treepublic void exitOperationDefinition(@NotNull
GraphqlParser.OperationDefinitionContext ctx)
GraphqlParser.operationDefinition().
The default implementation does nothing.
exitOperationDefinition in interface GraphqlListenerctx - the parse treepublic void enterOperationType(@NotNull
GraphqlParser.OperationTypeContext ctx)
GraphqlParser.operationType().
The default implementation does nothing.
enterOperationType in interface GraphqlListenerctx - the parse treepublic void exitOperationType(@NotNull
GraphqlParser.OperationTypeContext ctx)
GraphqlParser.operationType().
The default implementation does nothing.
exitOperationType in interface GraphqlListenerctx - the parse treepublic void enterVariableDefinitions(@NotNull
GraphqlParser.VariableDefinitionsContext ctx)
GraphqlParser.variableDefinitions().
The default implementation does nothing.
enterVariableDefinitions in interface GraphqlListenerctx - the parse treepublic void exitVariableDefinitions(@NotNull
GraphqlParser.VariableDefinitionsContext ctx)
GraphqlParser.variableDefinitions().
The default implementation does nothing.
exitVariableDefinitions in interface GraphqlListenerctx - the parse treepublic void enterVariableDefinition(@NotNull
GraphqlParser.VariableDefinitionContext ctx)
GraphqlParser.variableDefinition().
The default implementation does nothing.
enterVariableDefinition in interface GraphqlListenerctx - the parse treepublic void exitVariableDefinition(@NotNull
GraphqlParser.VariableDefinitionContext ctx)
GraphqlParser.variableDefinition().
The default implementation does nothing.
exitVariableDefinition in interface GraphqlListenerctx - the parse treepublic void enterVariable(@NotNull
GraphqlParser.VariableContext ctx)
GraphqlParser.variable().
The default implementation does nothing.
enterVariable in interface GraphqlListenerctx - the parse treepublic void exitVariable(@NotNull
GraphqlParser.VariableContext ctx)
GraphqlParser.variable().
The default implementation does nothing.
exitVariable in interface GraphqlListenerctx - the parse treepublic void enterDefaultValue(@NotNull
GraphqlParser.DefaultValueContext ctx)
GraphqlParser.defaultValue().
The default implementation does nothing.
enterDefaultValue in interface GraphqlListenerctx - the parse treepublic void exitDefaultValue(@NotNull
GraphqlParser.DefaultValueContext ctx)
GraphqlParser.defaultValue().
The default implementation does nothing.
exitDefaultValue in interface GraphqlListenerctx - the parse treepublic void enterSelectionSet(@NotNull
GraphqlParser.SelectionSetContext ctx)
GraphqlParser.selectionSet().
The default implementation does nothing.
enterSelectionSet in interface GraphqlListenerctx - the parse treepublic void exitSelectionSet(@NotNull
GraphqlParser.SelectionSetContext ctx)
GraphqlParser.selectionSet().
The default implementation does nothing.
exitSelectionSet in interface GraphqlListenerctx - the parse treepublic void enterSelection(@NotNull
GraphqlParser.SelectionContext ctx)
GraphqlParser.selection().
The default implementation does nothing.
enterSelection in interface GraphqlListenerctx - the parse treepublic void exitSelection(@NotNull
GraphqlParser.SelectionContext ctx)
GraphqlParser.selection().
The default implementation does nothing.
exitSelection in interface GraphqlListenerctx - the parse treepublic void enterField(@NotNull
GraphqlParser.FieldContext ctx)
GraphqlParser.field().
The default implementation does nothing.
enterField in interface GraphqlListenerctx - the parse treepublic void exitField(@NotNull
GraphqlParser.FieldContext ctx)
GraphqlParser.field().
The default implementation does nothing.
exitField in interface GraphqlListenerctx - the parse treepublic void enterAlias(@NotNull
GraphqlParser.AliasContext ctx)
GraphqlParser.alias().
The default implementation does nothing.
enterAlias in interface GraphqlListenerctx - the parse treepublic void exitAlias(@NotNull
GraphqlParser.AliasContext ctx)
GraphqlParser.alias().
The default implementation does nothing.
exitAlias in interface GraphqlListenerctx - the parse treepublic void enterArguments(@NotNull
GraphqlParser.ArgumentsContext ctx)
GraphqlParser.arguments().
The default implementation does nothing.
enterArguments in interface GraphqlListenerctx - the parse treepublic void exitArguments(@NotNull
GraphqlParser.ArgumentsContext ctx)
GraphqlParser.arguments().
The default implementation does nothing.
exitArguments in interface GraphqlListenerctx - the parse treepublic void enterArgument(@NotNull
GraphqlParser.ArgumentContext ctx)
GraphqlParser.argument().
The default implementation does nothing.
enterArgument in interface GraphqlListenerctx - the parse treepublic void exitArgument(@NotNull
GraphqlParser.ArgumentContext ctx)
GraphqlParser.argument().
The default implementation does nothing.
exitArgument in interface GraphqlListenerctx - the parse treepublic void enterFragmentSpread(@NotNull
GraphqlParser.FragmentSpreadContext ctx)
GraphqlParser.fragmentSpread().
The default implementation does nothing.
enterFragmentSpread in interface GraphqlListenerctx - the parse treepublic void exitFragmentSpread(@NotNull
GraphqlParser.FragmentSpreadContext ctx)
GraphqlParser.fragmentSpread().
The default implementation does nothing.
exitFragmentSpread in interface GraphqlListenerctx - the parse treepublic void enterInlineFragment(@NotNull
GraphqlParser.InlineFragmentContext ctx)
GraphqlParser.inlineFragment().
The default implementation does nothing.
enterInlineFragment in interface GraphqlListenerctx - the parse treepublic void exitInlineFragment(@NotNull
GraphqlParser.InlineFragmentContext ctx)
GraphqlParser.inlineFragment().
The default implementation does nothing.
exitInlineFragment in interface GraphqlListenerctx - the parse treepublic void enterFragmentDefinition(@NotNull
GraphqlParser.FragmentDefinitionContext ctx)
GraphqlParser.fragmentDefinition().
The default implementation does nothing.
enterFragmentDefinition in interface GraphqlListenerctx - the parse treepublic void exitFragmentDefinition(@NotNull
GraphqlParser.FragmentDefinitionContext ctx)
GraphqlParser.fragmentDefinition().
The default implementation does nothing.
exitFragmentDefinition in interface GraphqlListenerctx - the parse treepublic void enterFragmentName(@NotNull
GraphqlParser.FragmentNameContext ctx)
GraphqlParser.fragmentName().
The default implementation does nothing.
enterFragmentName in interface GraphqlListenerctx - the parse treepublic void exitFragmentName(@NotNull
GraphqlParser.FragmentNameContext ctx)
GraphqlParser.fragmentName().
The default implementation does nothing.
exitFragmentName in interface GraphqlListenerctx - the parse treepublic void enterTypeCondition(@NotNull
GraphqlParser.TypeConditionContext ctx)
GraphqlParser.typeCondition().
The default implementation does nothing.
enterTypeCondition in interface GraphqlListenerctx - the parse treepublic void exitTypeCondition(@NotNull
GraphqlParser.TypeConditionContext ctx)
GraphqlParser.typeCondition().
The default implementation does nothing.
exitTypeCondition in interface GraphqlListenerctx - the parse treepublic void enterValue(@NotNull
GraphqlParser.ValueContext ctx)
GraphqlParser.value().
The default implementation does nothing.
enterValue in interface GraphqlListenerctx - the parse treepublic void exitValue(@NotNull
GraphqlParser.ValueContext ctx)
GraphqlParser.value().
The default implementation does nothing.
exitValue in interface GraphqlListenerctx - the parse treepublic void enterValueWithVariable(@NotNull
GraphqlParser.ValueWithVariableContext ctx)
GraphqlParser.valueWithVariable().
The default implementation does nothing.
enterValueWithVariable in interface GraphqlListenerctx - the parse treepublic void exitValueWithVariable(@NotNull
GraphqlParser.ValueWithVariableContext ctx)
GraphqlParser.valueWithVariable().
The default implementation does nothing.
exitValueWithVariable in interface GraphqlListenerctx - the parse treepublic void enterEnumValue(@NotNull
GraphqlParser.EnumValueContext ctx)
GraphqlParser.enumValue().
The default implementation does nothing.
enterEnumValue in interface GraphqlListenerctx - the parse treepublic void exitEnumValue(@NotNull
GraphqlParser.EnumValueContext ctx)
GraphqlParser.enumValue().
The default implementation does nothing.
exitEnumValue in interface GraphqlListenerctx - the parse treepublic void enterArrayValue(@NotNull
GraphqlParser.ArrayValueContext ctx)
GraphqlParser.arrayValue().
The default implementation does nothing.
enterArrayValue in interface GraphqlListenerctx - the parse treepublic void exitArrayValue(@NotNull
GraphqlParser.ArrayValueContext ctx)
GraphqlParser.arrayValue().
The default implementation does nothing.
exitArrayValue in interface GraphqlListenerctx - the parse treepublic void enterArrayValueWithVariable(@NotNull
GraphqlParser.ArrayValueWithVariableContext ctx)
GraphqlParser.arrayValueWithVariable().
The default implementation does nothing.
enterArrayValueWithVariable in interface GraphqlListenerctx - the parse treepublic void exitArrayValueWithVariable(@NotNull
GraphqlParser.ArrayValueWithVariableContext ctx)
GraphqlParser.arrayValueWithVariable().
The default implementation does nothing.
exitArrayValueWithVariable in interface GraphqlListenerctx - the parse treepublic void enterObjectValue(@NotNull
GraphqlParser.ObjectValueContext ctx)
GraphqlParser.objectValue().
The default implementation does nothing.
enterObjectValue in interface GraphqlListenerctx - the parse treepublic void exitObjectValue(@NotNull
GraphqlParser.ObjectValueContext ctx)
GraphqlParser.objectValue().
The default implementation does nothing.
exitObjectValue in interface GraphqlListenerctx - the parse treepublic void enterObjectValueWithVariable(@NotNull
GraphqlParser.ObjectValueWithVariableContext ctx)
GraphqlParser.objectValueWithVariable().
The default implementation does nothing.
enterObjectValueWithVariable in interface GraphqlListenerctx - the parse treepublic void exitObjectValueWithVariable(@NotNull
GraphqlParser.ObjectValueWithVariableContext ctx)
GraphqlParser.objectValueWithVariable().
The default implementation does nothing.
exitObjectValueWithVariable in interface GraphqlListenerctx - the parse treepublic void enterObjectField(@NotNull
GraphqlParser.ObjectFieldContext ctx)
GraphqlParser.objectField().
The default implementation does nothing.
enterObjectField in interface GraphqlListenerctx - the parse treepublic void exitObjectField(@NotNull
GraphqlParser.ObjectFieldContext ctx)
GraphqlParser.objectField().
The default implementation does nothing.
exitObjectField in interface GraphqlListenerctx - the parse treepublic void enterObjectFieldWithVariable(@NotNull
GraphqlParser.ObjectFieldWithVariableContext ctx)
GraphqlParser.objectFieldWithVariable().
The default implementation does nothing.
enterObjectFieldWithVariable in interface GraphqlListenerctx - the parse treepublic void exitObjectFieldWithVariable(@NotNull
GraphqlParser.ObjectFieldWithVariableContext ctx)
GraphqlParser.objectFieldWithVariable().
The default implementation does nothing.
exitObjectFieldWithVariable in interface GraphqlListenerctx - the parse treepublic void enterDirectives(@NotNull
GraphqlParser.DirectivesContext ctx)
GraphqlParser.directives().
The default implementation does nothing.
enterDirectives in interface GraphqlListenerctx - the parse treepublic void exitDirectives(@NotNull
GraphqlParser.DirectivesContext ctx)
GraphqlParser.directives().
The default implementation does nothing.
exitDirectives in interface GraphqlListenerctx - the parse treepublic void enterDirective(@NotNull
GraphqlParser.DirectiveContext ctx)
GraphqlParser.directive().
The default implementation does nothing.
enterDirective in interface GraphqlListenerctx - the parse treepublic void exitDirective(@NotNull
GraphqlParser.DirectiveContext ctx)
GraphqlParser.directive().
The default implementation does nothing.
exitDirective in interface GraphqlListenerctx - the parse treepublic void enterType(@NotNull
GraphqlParser.TypeContext ctx)
GraphqlParser.type().
The default implementation does nothing.
enterType in interface GraphqlListenerctx - the parse treepublic void exitType(@NotNull
GraphqlParser.TypeContext ctx)
GraphqlParser.type().
The default implementation does nothing.
exitType in interface GraphqlListenerctx - the parse treepublic void enterTypeName(@NotNull
GraphqlParser.TypeNameContext ctx)
GraphqlParser.typeName().
The default implementation does nothing.
enterTypeName in interface GraphqlListenerctx - the parse treepublic void exitTypeName(@NotNull
GraphqlParser.TypeNameContext ctx)
GraphqlParser.typeName().
The default implementation does nothing.
exitTypeName in interface GraphqlListenerctx - the parse treepublic void enterListType(@NotNull
GraphqlParser.ListTypeContext ctx)
GraphqlParser.listType().
The default implementation does nothing.
enterListType in interface GraphqlListenerctx - the parse treepublic void exitListType(@NotNull
GraphqlParser.ListTypeContext ctx)
GraphqlParser.listType().
The default implementation does nothing.
exitListType in interface GraphqlListenerctx - the parse treepublic void enterNonNullType(@NotNull
GraphqlParser.NonNullTypeContext ctx)
GraphqlParser.nonNullType().
The default implementation does nothing.
enterNonNullType in interface GraphqlListenerctx - the parse treepublic void exitNonNullType(@NotNull
GraphqlParser.NonNullTypeContext ctx)
GraphqlParser.nonNullType().
The default implementation does nothing.
exitNonNullType in interface GraphqlListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener