public static class Java8Parser.SwitchLabelsContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SwitchLabelsContext(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.SwitchLabelContext> |
switchLabel() |
Java8Parser.SwitchLabelContext |
switchLabel(int i) |
addChild, addChild, addChild, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SwitchLabelsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
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–2016 CodeLutin. All rights reserved.