public static class DotParser.Key_valueContext extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
DotParser.IdContext |
key |
DotParser.IdContext |
value |
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
Key_valueContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
List<DotParser.IdContext> |
id() |
DotParser.IdContext |
id(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
public DotParser.IdContext key
public DotParser.IdContext value
public Key_valueContext(ParserRuleContext parent, int invokingState)
public List<DotParser.IdContext> id()
public DotParser.IdContext id(int i)
public int getRuleIndex()
getRuleIndex
in class RuleContext
public void enterRule(ParseTreeListener listener)
enterRule
in class ParserRuleContext
public void exitRule(ParseTreeListener listener)
exitRule
in class ParserRuleContext
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
accept
in interface ParseTree
accept
in class RuleContext