public static class ProtoParser.StatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
ProtoParser.EnumBlockContext |
enumBlock() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
ProtoParser.ExtendBlockContext |
extendBlock() |
int |
getRuleIndex() |
ProtoParser.ImportStatementContext |
importStatement() |
ProtoParser.MessageBlockContext |
messageBlock() |
ProtoParser.OptionEntryContext |
optionEntry() |
ProtoParser.PackageStatementContext |
packageStatement() |
ProtoParser.ServiceBlockContext |
serviceBlock() |
addChild, addChild, addChild, 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 ProtoParser.PackageStatementContext packageStatement()
public ProtoParser.ImportStatementContext importStatement()
public ProtoParser.OptionEntryContext optionEntry()
public ProtoParser.EnumBlockContext enumBlock()
public ProtoParser.MessageBlockContext messageBlock()
public ProtoParser.ExtendBlockContext extendBlock()
public ProtoParser.ServiceBlockContext serviceBlock()
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.