public static class ProtoParser.ProtoContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ProtoContext(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 ProtoContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public ProtoParser.SyntaxContext syntax()
public List<ProtoParser.PackageStatementContext> packageStatement()
public ProtoParser.PackageStatementContext packageStatement(int i)
public List<ProtoParser.ImportStatementContext> importStatement()
public ProtoParser.ImportStatementContext importStatement(int i)
public List<ProtoParser.OptionEntryContext> optionEntry()
public ProtoParser.OptionEntryContext optionEntry(int i)
public List<ProtoParser.EnumBlockContext> enumBlock()
public ProtoParser.EnumBlockContext enumBlock(int i)
public List<ProtoParser.MessageBlockContext> messageBlock()
public ProtoParser.MessageBlockContext messageBlock(int i)
public List<ProtoParser.ExtendBlockContext> extendBlock()
public ProtoParser.ExtendBlockContext extendBlock(int i)
public List<ProtoParser.ServiceBlockContext> serviceBlock()
public ProtoParser.ServiceBlockContext serviceBlock(int i)
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–2017. All rights reserved.