public static class ProtoParser.ServiceBlockContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ServiceBlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
LCURLY() |
List<ProtoParser.OptionEntryContext> |
optionEntry() |
ProtoParser.OptionEntryContext |
optionEntry(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
RCURLY() |
List<ProtoParser.RpcMethodContext> |
rpcMethod() |
ProtoParser.RpcMethodContext |
rpcMethod(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
SEMICOLON() |
org.antlr.v4.runtime.tree.TerminalNode |
SERVICE() |
ProtoParser.ServiceNameContext |
serviceName() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ServiceBlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode SERVICE()
public ProtoParser.ServiceNameContext serviceName()
public org.antlr.v4.runtime.tree.TerminalNode LCURLY()
public org.antlr.v4.runtime.tree.TerminalNode RCURLY()
public List<ProtoParser.RpcMethodContext> rpcMethod()
public ProtoParser.RpcMethodContext rpcMethod(int i)
public List<ProtoParser.OptionEntryContext> optionEntry()
public ProtoParser.OptionEntryContext optionEntry(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.