public static class GolangBuildInfoParser.SourceFileContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SourceFileContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GolangBuildInfoParser.CommentLineContext> |
commentLine() |
GolangBuildInfoParser.CommentLineContext |
commentLine(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
java.util.List<GolangBuildInfoParser.ImportDeclContext> |
importDecl() |
GolangBuildInfoParser.ImportDeclContext |
importDecl(int i) |
GolangBuildInfoParser.PackageClauseContext |
packageClause() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SourceFileContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GolangBuildInfoParser.PackageClauseContext packageClause()
public java.util.List<GolangBuildInfoParser.CommentLineContext> commentLine()
public GolangBuildInfoParser.CommentLineContext commentLine(int i)
public java.util.List<GolangBuildInfoParser.ImportDeclContext> importDecl()
public GolangBuildInfoParser.ImportDeclContext importDecl(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext