public static class iAgreeParser.AgreementContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
org.antlr.v4.runtime.Token |
id |
iAgreeParser.VersionNumberContext |
version |
Constructor and Description |
---|
AgreementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
iAgreeParser.Ag_defContext |
ag_def() |
org.antlr.v4.runtime.tree.TerminalNode |
AGREEMENT() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
Identifier() |
org.antlr.v4.runtime.tree.TerminalNode |
VERSION() |
iAgreeParser.VersionNumberContext |
versionNumber() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public org.antlr.v4.runtime.Token id
public iAgreeParser.VersionNumberContext version
public AgreementContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public iAgreeParser.VersionNumberContext versionNumber()
public iAgreeParser.Ag_defContext ag_def()
public org.antlr.v4.runtime.tree.TerminalNode AGREEMENT()
public org.antlr.v4.runtime.tree.TerminalNode VERSION()
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext