public static class DotParser.StmtContext extends ParserRuleContext
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
StmtContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
DotParser.Attr_stmtContext |
attr_stmt() |
DotParser.Edge_stmtContext |
edge_stmt() |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
List<DotParser.IdContext> |
id() |
DotParser.IdContext |
id(int i) |
DotParser.Node_stmtContext |
node_stmt() |
DotParser.SubgraphContext |
subgraph() |
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 StmtContext(ParserRuleContext parent, int invokingState)
public DotParser.Node_stmtContext node_stmt()
public DotParser.Edge_stmtContext edge_stmt()
public DotParser.Attr_stmtContext attr_stmt()
public List<DotParser.IdContext> id()
public DotParser.IdContext id(int i)
public DotParser.SubgraphContext subgraph()
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