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