Interface GolangBuildInfoListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GolangBuildInfoBaseListener
public interface GolangBuildInfoListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byGolangBuildInfoParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterSourceFile
void enterSourceFile(GolangBuildInfoParser.SourceFileContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.sourceFile().- Parameters:
ctx- the parse tree
-
exitSourceFile
void exitSourceFile(GolangBuildInfoParser.SourceFileContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.sourceFile().- Parameters:
ctx- the parse tree
-
enterPackageClause
void enterPackageClause(GolangBuildInfoParser.PackageClauseContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.packageClause().- Parameters:
ctx- the parse tree
-
exitPackageClause
void exitPackageClause(GolangBuildInfoParser.PackageClauseContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.packageClause().- Parameters:
ctx- the parse tree
-
enterImportDecl
void enterImportDecl(GolangBuildInfoParser.ImportDeclContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.importDecl().- Parameters:
ctx- the parse tree
-
exitImportDecl
void exitImportDecl(GolangBuildInfoParser.ImportDeclContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.importDecl().- Parameters:
ctx- the parse tree
-
enterImportSpec
void enterImportSpec(GolangBuildInfoParser.ImportSpecContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.importSpec().- Parameters:
ctx- the parse tree
-
exitImportSpec
void exitImportSpec(GolangBuildInfoParser.ImportSpecContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.importSpec().- Parameters:
ctx- the parse tree
-
enterImportPath
void enterImportPath(GolangBuildInfoParser.ImportPathContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.importPath().- Parameters:
ctx- the parse tree
-
exitImportPath
void exitImportPath(GolangBuildInfoParser.ImportPathContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.importPath().- Parameters:
ctx- the parse tree
-
enterCommentLine
void enterCommentLine(GolangBuildInfoParser.CommentLineContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.commentLine().- Parameters:
ctx- the parse tree
-
exitCommentLine
void exitCommentLine(GolangBuildInfoParser.CommentLineContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.commentLine().- Parameters:
ctx- the parse tree
-
enterBuildTag
void enterBuildTag(GolangBuildInfoParser.BuildTagContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.buildTag().- Parameters:
ctx- the parse tree
-
exitBuildTag
void exitBuildTag(GolangBuildInfoParser.BuildTagContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.buildTag().- Parameters:
ctx- the parse tree
-
enterBuildOption
void enterBuildOption(GolangBuildInfoParser.BuildOptionContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.buildOption().- Parameters:
ctx- the parse tree
-
exitBuildOption
void exitBuildOption(GolangBuildInfoParser.BuildOptionContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.buildOption().- Parameters:
ctx- the parse tree
-
enterBuildTerm
void enterBuildTerm(GolangBuildInfoParser.BuildTermContext ctx)
Enter a parse tree produced byGolangBuildInfoParser.buildTerm().- Parameters:
ctx- the parse tree
-
exitBuildTerm
void exitBuildTerm(GolangBuildInfoParser.BuildTermContext ctx)
Exit a parse tree produced byGolangBuildInfoParser.buildTerm().- Parameters:
ctx- the parse tree
-
-