public static class Java8Parser.SwitchBlockContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SwitchBlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
int |
getRuleIndex() |
List<? extends Java8Parser.SwitchBlockStatementGroupContext> |
switchBlockStatementGroup() |
Java8Parser.SwitchBlockStatementGroupContext |
switchBlockStatementGroup(int i) |
List<? extends Java8Parser.SwitchLabelContext> |
switchLabel() |
Java8Parser.SwitchLabelContext |
switchLabel(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SwitchBlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<? extends Java8Parser.SwitchBlockStatementGroupContext> switchBlockStatementGroup()
public Java8Parser.SwitchBlockStatementGroupContext switchBlockStatementGroup(int i)
public List<? extends Java8Parser.SwitchLabelContext> switchLabel()
public Java8Parser.SwitchLabelContext switchLabel(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2007–2020 CodeLutin. All rights reserved.