public static class ECMAScriptParser.StatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public ECMAScriptParser.BlockContext block()
public ECMAScriptParser.VariableStatementContext variableStatement()
public ECMAScriptParser.EmptyStatementContext emptyStatement()
public ECMAScriptParser.ExpressionStatementContext expressionStatement()
public ECMAScriptParser.IfStatementContext ifStatement()
public ECMAScriptParser.IterationStatementContext iterationStatement()
public ECMAScriptParser.ContinueStatementContext continueStatement()
public ECMAScriptParser.BreakStatementContext breakStatement()
public ECMAScriptParser.ReturnStatementContext returnStatement()
public ECMAScriptParser.WithStatementContext withStatement()
public ECMAScriptParser.LabelledStatementContext labelledStatement()
public ECMAScriptParser.SwitchStatementContext switchStatement()
public ECMAScriptParser.ThrowStatementContext throwStatement()
public ECMAScriptParser.TryStatementContext tryStatement()
public ECMAScriptParser.DebuggerStatementContext debuggerStatement()
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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2022. All rights reserved.