public class GoParserBaseListener extends Object implements GoParserListener
GoParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GoParserBaseListener() |
public void enterSourceFile(GoParser.SourceFileContext ctx)
GoParser.sourceFile().
The default implementation does nothing.
enterSourceFile in interface GoParserListenerctx - the parse treepublic void exitSourceFile(GoParser.SourceFileContext ctx)
GoParser.sourceFile().
The default implementation does nothing.
exitSourceFile in interface GoParserListenerctx - the parse treepublic void enterPackageClause(GoParser.PackageClauseContext ctx)
GoParser.packageClause().
The default implementation does nothing.
enterPackageClause in interface GoParserListenerctx - the parse treepublic void exitPackageClause(GoParser.PackageClauseContext ctx)
GoParser.packageClause().
The default implementation does nothing.
exitPackageClause in interface GoParserListenerctx - the parse treepublic void enterImportDecl(GoParser.ImportDeclContext ctx)
GoParser.importDecl().
The default implementation does nothing.
enterImportDecl in interface GoParserListenerctx - the parse treepublic void exitImportDecl(GoParser.ImportDeclContext ctx)
GoParser.importDecl().
The default implementation does nothing.
exitImportDecl in interface GoParserListenerctx - the parse treepublic void enterImportSpec(GoParser.ImportSpecContext ctx)
GoParser.importSpec().
The default implementation does nothing.
enterImportSpec in interface GoParserListenerctx - the parse treepublic void exitImportSpec(GoParser.ImportSpecContext ctx)
GoParser.importSpec().
The default implementation does nothing.
exitImportSpec in interface GoParserListenerctx - the parse treepublic void enterImportPath(GoParser.ImportPathContext ctx)
GoParser.importPath().
The default implementation does nothing.
enterImportPath in interface GoParserListenerctx - the parse treepublic void exitImportPath(GoParser.ImportPathContext ctx)
GoParser.importPath().
The default implementation does nothing.
exitImportPath in interface GoParserListenerctx - the parse treepublic void enterDeclaration(GoParser.DeclarationContext ctx)
GoParser.declaration().
The default implementation does nothing.
enterDeclaration in interface GoParserListenerctx - the parse treepublic void exitDeclaration(GoParser.DeclarationContext ctx)
GoParser.declaration().
The default implementation does nothing.
exitDeclaration in interface GoParserListenerctx - the parse treepublic void enterConstDecl(GoParser.ConstDeclContext ctx)
GoParser.constDecl().
The default implementation does nothing.
enterConstDecl in interface GoParserListenerctx - the parse treepublic void exitConstDecl(GoParser.ConstDeclContext ctx)
GoParser.constDecl().
The default implementation does nothing.
exitConstDecl in interface GoParserListenerctx - the parse treepublic void enterConstSpec(GoParser.ConstSpecContext ctx)
GoParser.constSpec().
The default implementation does nothing.
enterConstSpec in interface GoParserListenerctx - the parse treepublic void exitConstSpec(GoParser.ConstSpecContext ctx)
GoParser.constSpec().
The default implementation does nothing.
exitConstSpec in interface GoParserListenerctx - the parse treepublic void enterIdentifierList(GoParser.IdentifierListContext ctx)
GoParser.identifierList().
The default implementation does nothing.
enterIdentifierList in interface GoParserListenerctx - the parse treepublic void exitIdentifierList(GoParser.IdentifierListContext ctx)
GoParser.identifierList().
The default implementation does nothing.
exitIdentifierList in interface GoParserListenerctx - the parse treepublic void enterExpressionList(GoParser.ExpressionListContext ctx)
GoParser.expressionList().
The default implementation does nothing.
enterExpressionList in interface GoParserListenerctx - the parse treepublic void exitExpressionList(GoParser.ExpressionListContext ctx)
GoParser.expressionList().
The default implementation does nothing.
exitExpressionList in interface GoParserListenerctx - the parse treepublic void enterTypeDecl(GoParser.TypeDeclContext ctx)
GoParser.typeDecl().
The default implementation does nothing.
enterTypeDecl in interface GoParserListenerctx - the parse treepublic void exitTypeDecl(GoParser.TypeDeclContext ctx)
GoParser.typeDecl().
The default implementation does nothing.
exitTypeDecl in interface GoParserListenerctx - the parse treepublic void enterTypeSpec(GoParser.TypeSpecContext ctx)
GoParser.typeSpec().
The default implementation does nothing.
enterTypeSpec in interface GoParserListenerctx - the parse treepublic void exitTypeSpec(GoParser.TypeSpecContext ctx)
GoParser.typeSpec().
The default implementation does nothing.
exitTypeSpec in interface GoParserListenerctx - the parse treepublic void enterFunctionDecl(GoParser.FunctionDeclContext ctx)
GoParser.functionDecl().
The default implementation does nothing.
enterFunctionDecl in interface GoParserListenerctx - the parse treepublic void exitFunctionDecl(GoParser.FunctionDeclContext ctx)
GoParser.functionDecl().
The default implementation does nothing.
exitFunctionDecl in interface GoParserListenerctx - the parse treepublic void enterMethodDecl(GoParser.MethodDeclContext ctx)
GoParser.methodDecl().
The default implementation does nothing.
enterMethodDecl in interface GoParserListenerctx - the parse treepublic void exitMethodDecl(GoParser.MethodDeclContext ctx)
GoParser.methodDecl().
The default implementation does nothing.
exitMethodDecl in interface GoParserListenerctx - the parse treepublic void enterReceiver(GoParser.ReceiverContext ctx)
GoParser.receiver().
The default implementation does nothing.
enterReceiver in interface GoParserListenerctx - the parse treepublic void exitReceiver(GoParser.ReceiverContext ctx)
GoParser.receiver().
The default implementation does nothing.
exitReceiver in interface GoParserListenerctx - the parse treepublic void enterVarDecl(GoParser.VarDeclContext ctx)
GoParser.varDecl().
The default implementation does nothing.
enterVarDecl in interface GoParserListenerctx - the parse treepublic void exitVarDecl(GoParser.VarDeclContext ctx)
GoParser.varDecl().
The default implementation does nothing.
exitVarDecl in interface GoParserListenerctx - the parse treepublic void enterVarSpec(GoParser.VarSpecContext ctx)
GoParser.varSpec().
The default implementation does nothing.
enterVarSpec in interface GoParserListenerctx - the parse treepublic void exitVarSpec(GoParser.VarSpecContext ctx)
GoParser.varSpec().
The default implementation does nothing.
exitVarSpec in interface GoParserListenerctx - the parse treepublic void enterBlock(GoParser.BlockContext ctx)
GoParser.block().
The default implementation does nothing.
enterBlock in interface GoParserListenerctx - the parse treepublic void exitBlock(GoParser.BlockContext ctx)
GoParser.block().
The default implementation does nothing.
exitBlock in interface GoParserListenerctx - the parse treepublic void enterStatementList(GoParser.StatementListContext ctx)
GoParser.statementList().
The default implementation does nothing.
enterStatementList in interface GoParserListenerctx - the parse treepublic void exitStatementList(GoParser.StatementListContext ctx)
GoParser.statementList().
The default implementation does nothing.
exitStatementList in interface GoParserListenerctx - the parse treepublic void enterStatement(GoParser.StatementContext ctx)
GoParser.statement().
The default implementation does nothing.
enterStatement in interface GoParserListenerctx - the parse treepublic void exitStatement(GoParser.StatementContext ctx)
GoParser.statement().
The default implementation does nothing.
exitStatement in interface GoParserListenerctx - the parse treepublic void enterSimpleStmt(GoParser.SimpleStmtContext ctx)
GoParser.simpleStmt().
The default implementation does nothing.
enterSimpleStmt in interface GoParserListenerctx - the parse treepublic void exitSimpleStmt(GoParser.SimpleStmtContext ctx)
GoParser.simpleStmt().
The default implementation does nothing.
exitSimpleStmt in interface GoParserListenerctx - the parse treepublic void enterExpressionStmt(GoParser.ExpressionStmtContext ctx)
GoParser.expressionStmt().
The default implementation does nothing.
enterExpressionStmt in interface GoParserListenerctx - the parse treepublic void exitExpressionStmt(GoParser.ExpressionStmtContext ctx)
GoParser.expressionStmt().
The default implementation does nothing.
exitExpressionStmt in interface GoParserListenerctx - the parse treepublic void enterSendStmt(GoParser.SendStmtContext ctx)
GoParser.sendStmt().
The default implementation does nothing.
enterSendStmt in interface GoParserListenerctx - the parse treepublic void exitSendStmt(GoParser.SendStmtContext ctx)
GoParser.sendStmt().
The default implementation does nothing.
exitSendStmt in interface GoParserListenerctx - the parse treepublic void enterIncDecStmt(GoParser.IncDecStmtContext ctx)
GoParser.incDecStmt().
The default implementation does nothing.
enterIncDecStmt in interface GoParserListenerctx - the parse treepublic void exitIncDecStmt(GoParser.IncDecStmtContext ctx)
GoParser.incDecStmt().
The default implementation does nothing.
exitIncDecStmt in interface GoParserListenerctx - the parse treepublic void enterAssignment(GoParser.AssignmentContext ctx)
GoParser.assignment().
The default implementation does nothing.
enterAssignment in interface GoParserListenerctx - the parse treepublic void exitAssignment(GoParser.AssignmentContext ctx)
GoParser.assignment().
The default implementation does nothing.
exitAssignment in interface GoParserListenerctx - the parse treepublic void enterAssign_op(GoParser.Assign_opContext ctx)
GoParser.assign_op().
The default implementation does nothing.
enterAssign_op in interface GoParserListenerctx - the parse treepublic void exitAssign_op(GoParser.Assign_opContext ctx)
GoParser.assign_op().
The default implementation does nothing.
exitAssign_op in interface GoParserListenerctx - the parse treepublic void enterShortVarDecl(GoParser.ShortVarDeclContext ctx)
GoParser.shortVarDecl().
The default implementation does nothing.
enterShortVarDecl in interface GoParserListenerctx - the parse treepublic void exitShortVarDecl(GoParser.ShortVarDeclContext ctx)
GoParser.shortVarDecl().
The default implementation does nothing.
exitShortVarDecl in interface GoParserListenerctx - the parse treepublic void enterEmptyStmt(GoParser.EmptyStmtContext ctx)
GoParser.emptyStmt().
The default implementation does nothing.
enterEmptyStmt in interface GoParserListenerctx - the parse treepublic void exitEmptyStmt(GoParser.EmptyStmtContext ctx)
GoParser.emptyStmt().
The default implementation does nothing.
exitEmptyStmt in interface GoParserListenerctx - the parse treepublic void enterLabeledStmt(GoParser.LabeledStmtContext ctx)
GoParser.labeledStmt().
The default implementation does nothing.
enterLabeledStmt in interface GoParserListenerctx - the parse treepublic void exitLabeledStmt(GoParser.LabeledStmtContext ctx)
GoParser.labeledStmt().
The default implementation does nothing.
exitLabeledStmt in interface GoParserListenerctx - the parse treepublic void enterReturnStmt(GoParser.ReturnStmtContext ctx)
GoParser.returnStmt().
The default implementation does nothing.
enterReturnStmt in interface GoParserListenerctx - the parse treepublic void exitReturnStmt(GoParser.ReturnStmtContext ctx)
GoParser.returnStmt().
The default implementation does nothing.
exitReturnStmt in interface GoParserListenerctx - the parse treepublic void enterBreakStmt(GoParser.BreakStmtContext ctx)
GoParser.breakStmt().
The default implementation does nothing.
enterBreakStmt in interface GoParserListenerctx - the parse treepublic void exitBreakStmt(GoParser.BreakStmtContext ctx)
GoParser.breakStmt().
The default implementation does nothing.
exitBreakStmt in interface GoParserListenerctx - the parse treepublic void enterContinueStmt(GoParser.ContinueStmtContext ctx)
GoParser.continueStmt().
The default implementation does nothing.
enterContinueStmt in interface GoParserListenerctx - the parse treepublic void exitContinueStmt(GoParser.ContinueStmtContext ctx)
GoParser.continueStmt().
The default implementation does nothing.
exitContinueStmt in interface GoParserListenerctx - the parse treepublic void enterGotoStmt(GoParser.GotoStmtContext ctx)
GoParser.gotoStmt().
The default implementation does nothing.
enterGotoStmt in interface GoParserListenerctx - the parse treepublic void exitGotoStmt(GoParser.GotoStmtContext ctx)
GoParser.gotoStmt().
The default implementation does nothing.
exitGotoStmt in interface GoParserListenerctx - the parse treepublic void enterFallthroughStmt(GoParser.FallthroughStmtContext ctx)
GoParser.fallthroughStmt().
The default implementation does nothing.
enterFallthroughStmt in interface GoParserListenerctx - the parse treepublic void exitFallthroughStmt(GoParser.FallthroughStmtContext ctx)
GoParser.fallthroughStmt().
The default implementation does nothing.
exitFallthroughStmt in interface GoParserListenerctx - the parse treepublic void enterDeferStmt(GoParser.DeferStmtContext ctx)
GoParser.deferStmt().
The default implementation does nothing.
enterDeferStmt in interface GoParserListenerctx - the parse treepublic void exitDeferStmt(GoParser.DeferStmtContext ctx)
GoParser.deferStmt().
The default implementation does nothing.
exitDeferStmt in interface GoParserListenerctx - the parse treepublic void enterIfStmt(GoParser.IfStmtContext ctx)
GoParser.ifStmt().
The default implementation does nothing.
enterIfStmt in interface GoParserListenerctx - the parse treepublic void exitIfStmt(GoParser.IfStmtContext ctx)
GoParser.ifStmt().
The default implementation does nothing.
exitIfStmt in interface GoParserListenerctx - the parse treepublic void enterSwitchStmt(GoParser.SwitchStmtContext ctx)
GoParser.switchStmt().
The default implementation does nothing.
enterSwitchStmt in interface GoParserListenerctx - the parse treepublic void exitSwitchStmt(GoParser.SwitchStmtContext ctx)
GoParser.switchStmt().
The default implementation does nothing.
exitSwitchStmt in interface GoParserListenerctx - the parse treepublic void enterExprSwitchStmt(GoParser.ExprSwitchStmtContext ctx)
GoParser.exprSwitchStmt().
The default implementation does nothing.
enterExprSwitchStmt in interface GoParserListenerctx - the parse treepublic void exitExprSwitchStmt(GoParser.ExprSwitchStmtContext ctx)
GoParser.exprSwitchStmt().
The default implementation does nothing.
exitExprSwitchStmt in interface GoParserListenerctx - the parse treepublic void enterExprCaseClause(GoParser.ExprCaseClauseContext ctx)
GoParser.exprCaseClause().
The default implementation does nothing.
enterExprCaseClause in interface GoParserListenerctx - the parse treepublic void exitExprCaseClause(GoParser.ExprCaseClauseContext ctx)
GoParser.exprCaseClause().
The default implementation does nothing.
exitExprCaseClause in interface GoParserListenerctx - the parse treepublic void enterExprSwitchCase(GoParser.ExprSwitchCaseContext ctx)
GoParser.exprSwitchCase().
The default implementation does nothing.
enterExprSwitchCase in interface GoParserListenerctx - the parse treepublic void exitExprSwitchCase(GoParser.ExprSwitchCaseContext ctx)
GoParser.exprSwitchCase().
The default implementation does nothing.
exitExprSwitchCase in interface GoParserListenerctx - the parse treepublic void enterTypeSwitchStmt(GoParser.TypeSwitchStmtContext ctx)
GoParser.typeSwitchStmt().
The default implementation does nothing.
enterTypeSwitchStmt in interface GoParserListenerctx - the parse treepublic void exitTypeSwitchStmt(GoParser.TypeSwitchStmtContext ctx)
GoParser.typeSwitchStmt().
The default implementation does nothing.
exitTypeSwitchStmt in interface GoParserListenerctx - the parse treepublic void enterTypeSwitchGuard(GoParser.TypeSwitchGuardContext ctx)
GoParser.typeSwitchGuard().
The default implementation does nothing.
enterTypeSwitchGuard in interface GoParserListenerctx - the parse treepublic void exitTypeSwitchGuard(GoParser.TypeSwitchGuardContext ctx)
GoParser.typeSwitchGuard().
The default implementation does nothing.
exitTypeSwitchGuard in interface GoParserListenerctx - the parse treepublic void enterTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
GoParser.typeCaseClause().
The default implementation does nothing.
enterTypeCaseClause in interface GoParserListenerctx - the parse treepublic void exitTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
GoParser.typeCaseClause().
The default implementation does nothing.
exitTypeCaseClause in interface GoParserListenerctx - the parse treepublic void enterTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
GoParser.typeSwitchCase().
The default implementation does nothing.
enterTypeSwitchCase in interface GoParserListenerctx - the parse treepublic void exitTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
GoParser.typeSwitchCase().
The default implementation does nothing.
exitTypeSwitchCase in interface GoParserListenerctx - the parse treepublic void enterTypeList(GoParser.TypeListContext ctx)
GoParser.typeList().
The default implementation does nothing.
enterTypeList in interface GoParserListenerctx - the parse treepublic void exitTypeList(GoParser.TypeListContext ctx)
GoParser.typeList().
The default implementation does nothing.
exitTypeList in interface GoParserListenerctx - the parse treepublic void enterSelectStmt(GoParser.SelectStmtContext ctx)
GoParser.selectStmt().
The default implementation does nothing.
enterSelectStmt in interface GoParserListenerctx - the parse treepublic void exitSelectStmt(GoParser.SelectStmtContext ctx)
GoParser.selectStmt().
The default implementation does nothing.
exitSelectStmt in interface GoParserListenerctx - the parse treepublic void enterCommClause(GoParser.CommClauseContext ctx)
GoParser.commClause().
The default implementation does nothing.
enterCommClause in interface GoParserListenerctx - the parse treepublic void exitCommClause(GoParser.CommClauseContext ctx)
GoParser.commClause().
The default implementation does nothing.
exitCommClause in interface GoParserListenerctx - the parse treepublic void enterCommCase(GoParser.CommCaseContext ctx)
GoParser.commCase().
The default implementation does nothing.
enterCommCase in interface GoParserListenerctx - the parse treepublic void exitCommCase(GoParser.CommCaseContext ctx)
GoParser.commCase().
The default implementation does nothing.
exitCommCase in interface GoParserListenerctx - the parse treepublic void enterRecvStmt(GoParser.RecvStmtContext ctx)
GoParser.recvStmt().
The default implementation does nothing.
enterRecvStmt in interface GoParserListenerctx - the parse treepublic void exitRecvStmt(GoParser.RecvStmtContext ctx)
GoParser.recvStmt().
The default implementation does nothing.
exitRecvStmt in interface GoParserListenerctx - the parse treepublic void enterForStmt(GoParser.ForStmtContext ctx)
GoParser.forStmt().
The default implementation does nothing.
enterForStmt in interface GoParserListenerctx - the parse treepublic void exitForStmt(GoParser.ForStmtContext ctx)
GoParser.forStmt().
The default implementation does nothing.
exitForStmt in interface GoParserListenerctx - the parse treepublic void enterForClause(GoParser.ForClauseContext ctx)
GoParser.forClause().
The default implementation does nothing.
enterForClause in interface GoParserListenerctx - the parse treepublic void exitForClause(GoParser.ForClauseContext ctx)
GoParser.forClause().
The default implementation does nothing.
exitForClause in interface GoParserListenerctx - the parse treepublic void enterRangeClause(GoParser.RangeClauseContext ctx)
GoParser.rangeClause().
The default implementation does nothing.
enterRangeClause in interface GoParserListenerctx - the parse treepublic void exitRangeClause(GoParser.RangeClauseContext ctx)
GoParser.rangeClause().
The default implementation does nothing.
exitRangeClause in interface GoParserListenerctx - the parse treepublic void enterGoStmt(GoParser.GoStmtContext ctx)
GoParser.goStmt().
The default implementation does nothing.
enterGoStmt in interface GoParserListenerctx - the parse treepublic void exitGoStmt(GoParser.GoStmtContext ctx)
GoParser.goStmt().
The default implementation does nothing.
exitGoStmt in interface GoParserListenerctx - the parse treepublic void enterType_(GoParser.Type_Context ctx)
GoParser.type_().
The default implementation does nothing.
enterType_ in interface GoParserListenerctx - the parse treepublic void exitType_(GoParser.Type_Context ctx)
GoParser.type_().
The default implementation does nothing.
exitType_ in interface GoParserListenerctx - the parse treepublic void enterTypeName(GoParser.TypeNameContext ctx)
GoParser.typeName().
The default implementation does nothing.
enterTypeName in interface GoParserListenerctx - the parse treepublic void exitTypeName(GoParser.TypeNameContext ctx)
GoParser.typeName().
The default implementation does nothing.
exitTypeName in interface GoParserListenerctx - the parse treepublic void enterTypeLit(GoParser.TypeLitContext ctx)
GoParser.typeLit().
The default implementation does nothing.
enterTypeLit in interface GoParserListenerctx - the parse treepublic void exitTypeLit(GoParser.TypeLitContext ctx)
GoParser.typeLit().
The default implementation does nothing.
exitTypeLit in interface GoParserListenerctx - the parse treepublic void enterArrayType(GoParser.ArrayTypeContext ctx)
GoParser.arrayType().
The default implementation does nothing.
enterArrayType in interface GoParserListenerctx - the parse treepublic void exitArrayType(GoParser.ArrayTypeContext ctx)
GoParser.arrayType().
The default implementation does nothing.
exitArrayType in interface GoParserListenerctx - the parse treepublic void enterArrayLength(GoParser.ArrayLengthContext ctx)
GoParser.arrayLength().
The default implementation does nothing.
enterArrayLength in interface GoParserListenerctx - the parse treepublic void exitArrayLength(GoParser.ArrayLengthContext ctx)
GoParser.arrayLength().
The default implementation does nothing.
exitArrayLength in interface GoParserListenerctx - the parse treepublic void enterElementType(GoParser.ElementTypeContext ctx)
GoParser.elementType().
The default implementation does nothing.
enterElementType in interface GoParserListenerctx - the parse treepublic void exitElementType(GoParser.ElementTypeContext ctx)
GoParser.elementType().
The default implementation does nothing.
exitElementType in interface GoParserListenerctx - the parse treepublic void enterPointerType(GoParser.PointerTypeContext ctx)
GoParser.pointerType().
The default implementation does nothing.
enterPointerType in interface GoParserListenerctx - the parse treepublic void exitPointerType(GoParser.PointerTypeContext ctx)
GoParser.pointerType().
The default implementation does nothing.
exitPointerType in interface GoParserListenerctx - the parse treepublic void enterInterfaceType(GoParser.InterfaceTypeContext ctx)
GoParser.interfaceType().
The default implementation does nothing.
enterInterfaceType in interface GoParserListenerctx - the parse treepublic void exitInterfaceType(GoParser.InterfaceTypeContext ctx)
GoParser.interfaceType().
The default implementation does nothing.
exitInterfaceType in interface GoParserListenerctx - the parse treepublic void enterSliceType(GoParser.SliceTypeContext ctx)
GoParser.sliceType().
The default implementation does nothing.
enterSliceType in interface GoParserListenerctx - the parse treepublic void exitSliceType(GoParser.SliceTypeContext ctx)
GoParser.sliceType().
The default implementation does nothing.
exitSliceType in interface GoParserListenerctx - the parse treepublic void enterMapType(GoParser.MapTypeContext ctx)
GoParser.mapType().
The default implementation does nothing.
enterMapType in interface GoParserListenerctx - the parse treepublic void exitMapType(GoParser.MapTypeContext ctx)
GoParser.mapType().
The default implementation does nothing.
exitMapType in interface GoParserListenerctx - the parse treepublic void enterChannelType(GoParser.ChannelTypeContext ctx)
GoParser.channelType().
The default implementation does nothing.
enterChannelType in interface GoParserListenerctx - the parse treepublic void exitChannelType(GoParser.ChannelTypeContext ctx)
GoParser.channelType().
The default implementation does nothing.
exitChannelType in interface GoParserListenerctx - the parse treepublic void enterMethodSpec(GoParser.MethodSpecContext ctx)
GoParser.methodSpec().
The default implementation does nothing.
enterMethodSpec in interface GoParserListenerctx - the parse treepublic void exitMethodSpec(GoParser.MethodSpecContext ctx)
GoParser.methodSpec().
The default implementation does nothing.
exitMethodSpec in interface GoParserListenerctx - the parse treepublic void enterFunctionType(GoParser.FunctionTypeContext ctx)
GoParser.functionType().
The default implementation does nothing.
enterFunctionType in interface GoParserListenerctx - the parse treepublic void exitFunctionType(GoParser.FunctionTypeContext ctx)
GoParser.functionType().
The default implementation does nothing.
exitFunctionType in interface GoParserListenerctx - the parse treepublic void enterSignature(GoParser.SignatureContext ctx)
GoParser.signature().
The default implementation does nothing.
enterSignature in interface GoParserListenerctx - the parse treepublic void exitSignature(GoParser.SignatureContext ctx)
GoParser.signature().
The default implementation does nothing.
exitSignature in interface GoParserListenerctx - the parse treepublic void enterResult(GoParser.ResultContext ctx)
GoParser.result().
The default implementation does nothing.
enterResult in interface GoParserListenerctx - the parse treepublic void exitResult(GoParser.ResultContext ctx)
GoParser.result().
The default implementation does nothing.
exitResult in interface GoParserListenerctx - the parse treepublic void enterParameters(GoParser.ParametersContext ctx)
GoParser.parameters().
The default implementation does nothing.
enterParameters in interface GoParserListenerctx - the parse treepublic void exitParameters(GoParser.ParametersContext ctx)
GoParser.parameters().
The default implementation does nothing.
exitParameters in interface GoParserListenerctx - the parse treepublic void enterParameterDecl(GoParser.ParameterDeclContext ctx)
GoParser.parameterDecl().
The default implementation does nothing.
enterParameterDecl in interface GoParserListenerctx - the parse treepublic void exitParameterDecl(GoParser.ParameterDeclContext ctx)
GoParser.parameterDecl().
The default implementation does nothing.
exitParameterDecl in interface GoParserListenerctx - the parse treepublic void enterExpression(GoParser.ExpressionContext ctx)
GoParser.expression().
The default implementation does nothing.
enterExpression in interface GoParserListenerctx - the parse treepublic void exitExpression(GoParser.ExpressionContext ctx)
GoParser.expression().
The default implementation does nothing.
exitExpression in interface GoParserListenerctx - the parse treepublic void enterPrimaryExpr(GoParser.PrimaryExprContext ctx)
GoParser.primaryExpr().
The default implementation does nothing.
enterPrimaryExpr in interface GoParserListenerctx - the parse treepublic void exitPrimaryExpr(GoParser.PrimaryExprContext ctx)
GoParser.primaryExpr().
The default implementation does nothing.
exitPrimaryExpr in interface GoParserListenerctx - the parse treepublic void enterUnaryExpr(GoParser.UnaryExprContext ctx)
GoParser.unaryExpr().
The default implementation does nothing.
enterUnaryExpr in interface GoParserListenerctx - the parse treepublic void exitUnaryExpr(GoParser.UnaryExprContext ctx)
GoParser.unaryExpr().
The default implementation does nothing.
exitUnaryExpr in interface GoParserListenerctx - the parse treepublic void enterConversion(GoParser.ConversionContext ctx)
GoParser.conversion().
The default implementation does nothing.
enterConversion in interface GoParserListenerctx - the parse treepublic void exitConversion(GoParser.ConversionContext ctx)
GoParser.conversion().
The default implementation does nothing.
exitConversion in interface GoParserListenerctx - the parse treepublic void enterOperand(GoParser.OperandContext ctx)
GoParser.operand().
The default implementation does nothing.
enterOperand in interface GoParserListenerctx - the parse treepublic void exitOperand(GoParser.OperandContext ctx)
GoParser.operand().
The default implementation does nothing.
exitOperand in interface GoParserListenerctx - the parse treepublic void enterLiteral(GoParser.LiteralContext ctx)
GoParser.literal().
The default implementation does nothing.
enterLiteral in interface GoParserListenerctx - the parse treepublic void exitLiteral(GoParser.LiteralContext ctx)
GoParser.literal().
The default implementation does nothing.
exitLiteral in interface GoParserListenerctx - the parse treepublic void enterBasicLit(GoParser.BasicLitContext ctx)
GoParser.basicLit().
The default implementation does nothing.
enterBasicLit in interface GoParserListenerctx - the parse treepublic void exitBasicLit(GoParser.BasicLitContext ctx)
GoParser.basicLit().
The default implementation does nothing.
exitBasicLit in interface GoParserListenerctx - the parse treepublic void enterInteger(GoParser.IntegerContext ctx)
GoParser.integer().
The default implementation does nothing.
enterInteger in interface GoParserListenerctx - the parse treepublic void exitInteger(GoParser.IntegerContext ctx)
GoParser.integer().
The default implementation does nothing.
exitInteger in interface GoParserListenerctx - the parse treepublic void enterOperandName(GoParser.OperandNameContext ctx)
GoParser.operandName().
The default implementation does nothing.
enterOperandName in interface GoParserListenerctx - the parse treepublic void exitOperandName(GoParser.OperandNameContext ctx)
GoParser.operandName().
The default implementation does nothing.
exitOperandName in interface GoParserListenerctx - the parse treepublic void enterQualifiedIdent(GoParser.QualifiedIdentContext ctx)
GoParser.qualifiedIdent().
The default implementation does nothing.
enterQualifiedIdent in interface GoParserListenerctx - the parse treepublic void exitQualifiedIdent(GoParser.QualifiedIdentContext ctx)
GoParser.qualifiedIdent().
The default implementation does nothing.
exitQualifiedIdent in interface GoParserListenerctx - the parse treepublic void enterCompositeLit(GoParser.CompositeLitContext ctx)
GoParser.compositeLit().
The default implementation does nothing.
enterCompositeLit in interface GoParserListenerctx - the parse treepublic void exitCompositeLit(GoParser.CompositeLitContext ctx)
GoParser.compositeLit().
The default implementation does nothing.
exitCompositeLit in interface GoParserListenerctx - the parse treepublic void enterLiteralType(GoParser.LiteralTypeContext ctx)
GoParser.literalType().
The default implementation does nothing.
enterLiteralType in interface GoParserListenerctx - the parse treepublic void exitLiteralType(GoParser.LiteralTypeContext ctx)
GoParser.literalType().
The default implementation does nothing.
exitLiteralType in interface GoParserListenerctx - the parse treepublic void enterLiteralValue(GoParser.LiteralValueContext ctx)
GoParser.literalValue().
The default implementation does nothing.
enterLiteralValue in interface GoParserListenerctx - the parse treepublic void exitLiteralValue(GoParser.LiteralValueContext ctx)
GoParser.literalValue().
The default implementation does nothing.
exitLiteralValue in interface GoParserListenerctx - the parse treepublic void enterElementList(GoParser.ElementListContext ctx)
GoParser.elementList().
The default implementation does nothing.
enterElementList in interface GoParserListenerctx - the parse treepublic void exitElementList(GoParser.ElementListContext ctx)
GoParser.elementList().
The default implementation does nothing.
exitElementList in interface GoParserListenerctx - the parse treepublic void enterKeyedElement(GoParser.KeyedElementContext ctx)
GoParser.keyedElement().
The default implementation does nothing.
enterKeyedElement in interface GoParserListenerctx - the parse treepublic void exitKeyedElement(GoParser.KeyedElementContext ctx)
GoParser.keyedElement().
The default implementation does nothing.
exitKeyedElement in interface GoParserListenerctx - the parse treepublic void enterKey(GoParser.KeyContext ctx)
GoParser.key().
The default implementation does nothing.
enterKey in interface GoParserListenerctx - the parse treepublic void exitKey(GoParser.KeyContext ctx)
GoParser.key().
The default implementation does nothing.
exitKey in interface GoParserListenerctx - the parse treepublic void enterElement(GoParser.ElementContext ctx)
GoParser.element().
The default implementation does nothing.
enterElement in interface GoParserListenerctx - the parse treepublic void exitElement(GoParser.ElementContext ctx)
GoParser.element().
The default implementation does nothing.
exitElement in interface GoParserListenerctx - the parse treepublic void enterStructType(GoParser.StructTypeContext ctx)
GoParser.structType().
The default implementation does nothing.
enterStructType in interface GoParserListenerctx - the parse treepublic void exitStructType(GoParser.StructTypeContext ctx)
GoParser.structType().
The default implementation does nothing.
exitStructType in interface GoParserListenerctx - the parse treepublic void enterFieldDecl(GoParser.FieldDeclContext ctx)
GoParser.fieldDecl().
The default implementation does nothing.
enterFieldDecl in interface GoParserListenerctx - the parse treepublic void exitFieldDecl(GoParser.FieldDeclContext ctx)
GoParser.fieldDecl().
The default implementation does nothing.
exitFieldDecl in interface GoParserListenerctx - the parse treepublic void enterString_(GoParser.String_Context ctx)
GoParser.string_().
The default implementation does nothing.
enterString_ in interface GoParserListenerctx - the parse treepublic void exitString_(GoParser.String_Context ctx)
GoParser.string_().
The default implementation does nothing.
exitString_ in interface GoParserListenerctx - the parse treepublic void enterAnonymousField(GoParser.AnonymousFieldContext ctx)
GoParser.anonymousField().
The default implementation does nothing.
enterAnonymousField in interface GoParserListenerctx - the parse treepublic void exitAnonymousField(GoParser.AnonymousFieldContext ctx)
GoParser.anonymousField().
The default implementation does nothing.
exitAnonymousField in interface GoParserListenerctx - the parse treepublic void enterFunctionLit(GoParser.FunctionLitContext ctx)
GoParser.functionLit().
The default implementation does nothing.
enterFunctionLit in interface GoParserListenerctx - the parse treepublic void exitFunctionLit(GoParser.FunctionLitContext ctx)
GoParser.functionLit().
The default implementation does nothing.
exitFunctionLit in interface GoParserListenerctx - the parse treepublic void enterIndex(GoParser.IndexContext ctx)
GoParser.index().
The default implementation does nothing.
enterIndex in interface GoParserListenerctx - the parse treepublic void exitIndex(GoParser.IndexContext ctx)
GoParser.index().
The default implementation does nothing.
exitIndex in interface GoParserListenerctx - the parse treepublic void enterSlice(GoParser.SliceContext ctx)
GoParser.slice().
The default implementation does nothing.
enterSlice in interface GoParserListenerctx - the parse treepublic void exitSlice(GoParser.SliceContext ctx)
GoParser.slice().
The default implementation does nothing.
exitSlice in interface GoParserListenerctx - the parse treepublic void enterTypeAssertion(GoParser.TypeAssertionContext ctx)
GoParser.typeAssertion().
The default implementation does nothing.
enterTypeAssertion in interface GoParserListenerctx - the parse treepublic void exitTypeAssertion(GoParser.TypeAssertionContext ctx)
GoParser.typeAssertion().
The default implementation does nothing.
exitTypeAssertion in interface GoParserListenerctx - the parse treepublic void enterArguments(GoParser.ArgumentsContext ctx)
GoParser.arguments().
The default implementation does nothing.
enterArguments in interface GoParserListenerctx - the parse treepublic void exitArguments(GoParser.ArgumentsContext ctx)
GoParser.arguments().
The default implementation does nothing.
exitArguments in interface GoParserListenerctx - the parse treepublic void enterMethodExpr(GoParser.MethodExprContext ctx)
GoParser.methodExpr().
The default implementation does nothing.
enterMethodExpr in interface GoParserListenerctx - the parse treepublic void exitMethodExpr(GoParser.MethodExprContext ctx)
GoParser.methodExpr().
The default implementation does nothing.
exitMethodExpr in interface GoParserListenerctx - the parse treepublic void enterReceiverType(GoParser.ReceiverTypeContext ctx)
GoParser.receiverType().
The default implementation does nothing.
enterReceiverType in interface GoParserListenerctx - the parse treepublic void exitReceiverType(GoParser.ReceiverTypeContext ctx)
GoParser.receiverType().
The default implementation does nothing.
exitReceiverType in interface GoParserListenerctx - the parse treepublic void enterEos(GoParser.EosContext ctx)
GoParser.eos().
The default implementation does nothing.
enterEos in interface GoParserListenerctx - the parse treepublic void exitEos(GoParser.EosContext ctx)
GoParser.eos().
The default implementation does nothing.
exitEos in interface GoParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 Markus Heberling. All rights reserved.