public static class DOTParser.StmtContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
StmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
DOTParser.Attr_stmtContext |
attr_stmt() |
DOTParser.Edge_stmtContext |
edge_stmt() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
java.util.List<DOTParser.IdContext> |
id() |
DOTParser.IdContext |
id(int i) |
DOTParser.Node_stmtContext |
node_stmt() |
DOTParser.SubgraphContext |
subgraph() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public StmtContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public DOTParser.Node_stmtContext node_stmt()
public DOTParser.Edge_stmtContext edge_stmt()
public DOTParser.Attr_stmtContext attr_stmt()
public java.util.List<DOTParser.IdContext> id()
public DOTParser.IdContext id(int i)
public DOTParser.SubgraphContext subgraph()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext