public static class SmaliParser.SFileContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
className |
| Constructor and Description |
|---|
SFileContext(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() |
SmaliParser.SAccListContext |
sAccList() |
java.util.List<SmaliParser.SAnnotationContext> |
sAnnotation() |
SmaliParser.SAnnotationContext |
sAnnotation(int i) |
java.util.List<SmaliParser.SFieldContext> |
sField() |
SmaliParser.SFieldContext |
sField(int i) |
java.util.List<SmaliParser.SInterfaceContext> |
sInterface() |
SmaliParser.SInterfaceContext |
sInterface(int i) |
java.util.List<SmaliParser.SMethodContext> |
sMethod() |
SmaliParser.SMethodContext |
sMethod(int i) |
java.util.List<SmaliParser.SSourceContext> |
sSource() |
SmaliParser.SSourceContext |
sSource(int i) |
java.util.List<SmaliParser.SSuperContext> |
sSuper() |
SmaliParser.SSuperContext |
sSuper(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SFileContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SmaliParser.SAccListContext sAccList()
public org.antlr.v4.runtime.tree.TerminalNode OBJECT_TYPE()
public java.util.List<SmaliParser.SSuperContext> sSuper()
public SmaliParser.SSuperContext sSuper(int i)
public java.util.List<SmaliParser.SInterfaceContext> sInterface()
public SmaliParser.SInterfaceContext sInterface(int i)
public java.util.List<SmaliParser.SSourceContext> sSource()
public SmaliParser.SSourceContext sSource(int i)
public java.util.List<SmaliParser.SMethodContext> sMethod()
public SmaliParser.SMethodContext sMethod(int i)
public java.util.List<SmaliParser.SFieldContext> sField()
public SmaliParser.SFieldContext sField(int i)
public java.util.List<SmaliParser.SAnnotationContext> sAnnotation()
public SmaliParser.SAnnotationContext sAnnotation(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