public static class ProtoParser.OneofGroupContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
OneofGroupContext(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 OneofGroupContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode GROUP()
public ProtoParser.FieldNameContext fieldName()
public org.antlr.v4.runtime.tree.TerminalNode ASSIGN()
public ProtoParser.TagContext tag()
public org.antlr.v4.runtime.tree.TerminalNode LCURLY()
public org.antlr.v4.runtime.tree.TerminalNode RCURLY()
public List<ProtoParser.FieldContext> field()
public ProtoParser.FieldContext field(int i)
public List<ProtoParser.OptionEntryContext> optionEntry()
public ProtoParser.OptionEntryContext optionEntry(int i)
public List<ProtoParser.MessageBlockContext> messageBlock()
public ProtoParser.MessageBlockContext messageBlock(int i)
public List<ProtoParser.EnumBlockContext> enumBlock()
public ProtoParser.EnumBlockContext enumBlock(int i)
public List<ProtoParser.ExtensionsContext> extensions()
public ProtoParser.ExtensionsContext extensions(int i)
public List<ProtoParser.ExtendBlockContext> extendBlock()
public ProtoParser.ExtendBlockContext extendBlock(int i)
public List<ProtoParser.GroupBlockContext> groupBlock()
public ProtoParser.GroupBlockContext groupBlock(int i)
public org.antlr.v4.runtime.tree.TerminalNode SEMICOLON()
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 © 2015–2016. All rights reserved.