public static class JSSDParser.MemberContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
MemberContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
List<JSSDParser.AnnotationContext> |
annotation() |
JSSDParser.AnnotationContext |
annotation(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
JSSDParser.MembernameContext |
membername() |
JSSDParser.TypeContext |
type() |
JSSDParser.ValueContext |
value() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic MemberContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public JSSDParser.MembernameContext membername()
public JSSDParser.TypeContext type()
public JSSDParser.ValueContext value()
public List<JSSDParser.AnnotationContext> annotation()
public JSSDParser.AnnotationContext annotation(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 © 2007–2018 Andreas W. Bartels. All rights reserved.