public class GraphqlCommonBaseListener extends Object implements GraphqlCommonListener
GraphqlCommonListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
GraphqlCommonBaseListener() |
public void enterOperationType(GraphqlCommonParser.OperationTypeContext ctx)
GraphqlCommonParser.operationType()
.
The default implementation does nothing.
enterOperationType
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitOperationType(GraphqlCommonParser.OperationTypeContext ctx)
GraphqlCommonParser.operationType()
.
The default implementation does nothing.
exitOperationType
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterDescription(GraphqlCommonParser.DescriptionContext ctx)
GraphqlCommonParser.description()
.
The default implementation does nothing.
enterDescription
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitDescription(GraphqlCommonParser.DescriptionContext ctx)
GraphqlCommonParser.description()
.
The default implementation does nothing.
exitDescription
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterEnumValue(GraphqlCommonParser.EnumValueContext ctx)
GraphqlCommonParser.enumValue()
.
The default implementation does nothing.
enterEnumValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitEnumValue(GraphqlCommonParser.EnumValueContext ctx)
GraphqlCommonParser.enumValue()
.
The default implementation does nothing.
exitEnumValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterArrayValue(GraphqlCommonParser.ArrayValueContext ctx)
GraphqlCommonParser.arrayValue()
.
The default implementation does nothing.
enterArrayValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitArrayValue(GraphqlCommonParser.ArrayValueContext ctx)
GraphqlCommonParser.arrayValue()
.
The default implementation does nothing.
exitArrayValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterArrayValueWithVariable(GraphqlCommonParser.ArrayValueWithVariableContext ctx)
GraphqlCommonParser.arrayValueWithVariable()
.
The default implementation does nothing.
enterArrayValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitArrayValueWithVariable(GraphqlCommonParser.ArrayValueWithVariableContext ctx)
GraphqlCommonParser.arrayValueWithVariable()
.
The default implementation does nothing.
exitArrayValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterObjectValue(GraphqlCommonParser.ObjectValueContext ctx)
GraphqlCommonParser.objectValue()
.
The default implementation does nothing.
enterObjectValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitObjectValue(GraphqlCommonParser.ObjectValueContext ctx)
GraphqlCommonParser.objectValue()
.
The default implementation does nothing.
exitObjectValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterObjectValueWithVariable(GraphqlCommonParser.ObjectValueWithVariableContext ctx)
GraphqlCommonParser.objectValueWithVariable()
.
The default implementation does nothing.
enterObjectValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitObjectValueWithVariable(GraphqlCommonParser.ObjectValueWithVariableContext ctx)
GraphqlCommonParser.objectValueWithVariable()
.
The default implementation does nothing.
exitObjectValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterObjectField(GraphqlCommonParser.ObjectFieldContext ctx)
GraphqlCommonParser.objectField()
.
The default implementation does nothing.
enterObjectField
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitObjectField(GraphqlCommonParser.ObjectFieldContext ctx)
GraphqlCommonParser.objectField()
.
The default implementation does nothing.
exitObjectField
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterObjectFieldWithVariable(GraphqlCommonParser.ObjectFieldWithVariableContext ctx)
GraphqlCommonParser.objectFieldWithVariable()
.
The default implementation does nothing.
enterObjectFieldWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitObjectFieldWithVariable(GraphqlCommonParser.ObjectFieldWithVariableContext ctx)
GraphqlCommonParser.objectFieldWithVariable()
.
The default implementation does nothing.
exitObjectFieldWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterDirectives(GraphqlCommonParser.DirectivesContext ctx)
GraphqlCommonParser.directives()
.
The default implementation does nothing.
enterDirectives
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitDirectives(GraphqlCommonParser.DirectivesContext ctx)
GraphqlCommonParser.directives()
.
The default implementation does nothing.
exitDirectives
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterDirective(GraphqlCommonParser.DirectiveContext ctx)
GraphqlCommonParser.directive()
.
The default implementation does nothing.
enterDirective
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitDirective(GraphqlCommonParser.DirectiveContext ctx)
GraphqlCommonParser.directive()
.
The default implementation does nothing.
exitDirective
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterArguments(GraphqlCommonParser.ArgumentsContext ctx)
GraphqlCommonParser.arguments()
.
The default implementation does nothing.
enterArguments
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitArguments(GraphqlCommonParser.ArgumentsContext ctx)
GraphqlCommonParser.arguments()
.
The default implementation does nothing.
exitArguments
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterArgument(GraphqlCommonParser.ArgumentContext ctx)
GraphqlCommonParser.argument()
.
The default implementation does nothing.
enterArgument
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitArgument(GraphqlCommonParser.ArgumentContext ctx)
GraphqlCommonParser.argument()
.
The default implementation does nothing.
exitArgument
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterName(GraphqlCommonParser.NameContext ctx)
GraphqlCommonParser.name()
.
The default implementation does nothing.
enterName
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitName(GraphqlCommonParser.NameContext ctx)
GraphqlCommonParser.name()
.
The default implementation does nothing.
exitName
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterValue(GraphqlCommonParser.ValueContext ctx)
GraphqlCommonParser.value()
.
The default implementation does nothing.
enterValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitValue(GraphqlCommonParser.ValueContext ctx)
GraphqlCommonParser.value()
.
The default implementation does nothing.
exitValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterValueWithVariable(GraphqlCommonParser.ValueWithVariableContext ctx)
GraphqlCommonParser.valueWithVariable()
.
The default implementation does nothing.
enterValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitValueWithVariable(GraphqlCommonParser.ValueWithVariableContext ctx)
GraphqlCommonParser.valueWithVariable()
.
The default implementation does nothing.
exitValueWithVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterVariable(GraphqlCommonParser.VariableContext ctx)
GraphqlCommonParser.variable()
.
The default implementation does nothing.
enterVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitVariable(GraphqlCommonParser.VariableContext ctx)
GraphqlCommonParser.variable()
.
The default implementation does nothing.
exitVariable
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterDefaultValue(GraphqlCommonParser.DefaultValueContext ctx)
GraphqlCommonParser.defaultValue()
.
The default implementation does nothing.
enterDefaultValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitDefaultValue(GraphqlCommonParser.DefaultValueContext ctx)
GraphqlCommonParser.defaultValue()
.
The default implementation does nothing.
exitDefaultValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterStringValue(GraphqlCommonParser.StringValueContext ctx)
GraphqlCommonParser.stringValue()
.
The default implementation does nothing.
enterStringValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitStringValue(GraphqlCommonParser.StringValueContext ctx)
GraphqlCommonParser.stringValue()
.
The default implementation does nothing.
exitStringValue
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterType(GraphqlCommonParser.TypeContext ctx)
GraphqlCommonParser.type()
.
The default implementation does nothing.
enterType
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitType(GraphqlCommonParser.TypeContext ctx)
GraphqlCommonParser.type()
.
The default implementation does nothing.
exitType
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterTypeName(GraphqlCommonParser.TypeNameContext ctx)
GraphqlCommonParser.typeName()
.
The default implementation does nothing.
enterTypeName
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitTypeName(GraphqlCommonParser.TypeNameContext ctx)
GraphqlCommonParser.typeName()
.
The default implementation does nothing.
exitTypeName
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterListType(GraphqlCommonParser.ListTypeContext ctx)
GraphqlCommonParser.listType()
.
The default implementation does nothing.
enterListType
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitListType(GraphqlCommonParser.ListTypeContext ctx)
GraphqlCommonParser.listType()
.
The default implementation does nothing.
exitListType
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterNonNullType(GraphqlCommonParser.NonNullTypeContext ctx)
GraphqlCommonParser.nonNullType()
.
The default implementation does nothing.
enterNonNullType
in interface GraphqlCommonListener
ctx
- the parse treepublic void exitNonNullType(GraphqlCommonParser.NonNullTypeContext ctx)
GraphqlCommonParser.nonNullType()
.
The default implementation does nothing.
exitNonNullType
in interface GraphqlCommonListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2019. All rights reserved.