public static class TypeScriptParser.StatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, 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 TypeScriptParser.BlockContext block()
public TypeScriptParser.VariableStatementContext variableStatement()
public TypeScriptParser.EmptyStatementContext emptyStatement()
public TypeScriptParser.ExpressionStatementContext expressionStatement()
public TypeScriptParser.IfStatementContext ifStatement()
public TypeScriptParser.IterationStatementContext iterationStatement()
public TypeScriptParser.ContinueStatementContext continueStatement()
public TypeScriptParser.BreakStatementContext breakStatement()
public TypeScriptParser.ReturnStatementContext returnStatement()
public TypeScriptParser.WithStatementContext withStatement()
public TypeScriptParser.LabelledStatementContext labelledStatement()
public TypeScriptParser.SwitchStatementContext switchStatement()
public TypeScriptParser.ThrowStatementContext throwStatement()
public TypeScriptParser.TryStatementContext tryStatement()
public TypeScriptParser.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.ParserRuleContext