public static class Python3Parser.Simple_stmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
Simple_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
NEWLINE() |
List<org.antlr.v4.runtime.tree.TerminalNode> |
SEMI_COLON() |
org.antlr.v4.runtime.tree.TerminalNode |
SEMI_COLON(int i) |
List<Python3Parser.Small_stmtContext> |
small_stmt() |
Python3Parser.Small_stmtContext |
small_stmt(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Simple_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<Python3Parser.Small_stmtContext> small_stmt()
public Python3Parser.Small_stmtContext small_stmt(int i)
public org.antlr.v4.runtime.tree.TerminalNode NEWLINE()
public List<org.antlr.v4.runtime.tree.TerminalNode> SEMI_COLON()
public org.antlr.v4.runtime.tree.TerminalNode SEMI_COLON(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.ParserRuleContextCopyright © 2021 Markus Heberling. All rights reserved.