public static class SmaliParser.SSubannotationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
type |
| Constructor and Description |
|---|
SSubannotationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
OBJECT_TYPE() |
java.util.List<SmaliParser.SAnnotationKeyNameContext> |
sAnnotationKeyName() |
SmaliParser.SAnnotationKeyNameContext |
sAnnotationKeyName(int i) |
java.util.List<SmaliParser.SAnnotationValueContext> |
sAnnotationValue() |
SmaliParser.SAnnotationValueContext |
sAnnotationValue(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SSubannotationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode OBJECT_TYPE()
public java.util.List<SmaliParser.SAnnotationKeyNameContext> sAnnotationKeyName()
public SmaliParser.SAnnotationKeyNameContext sAnnotationKeyName(int i)
public java.util.List<SmaliParser.SAnnotationValueContext> sAnnotationValue()
public SmaliParser.SAnnotationValueContext sAnnotationValue(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContext