Package com.googlecode.d2j.smali.antlr4
Class SmaliParser.SFileContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- com.googlecode.d2j.smali.antlr4.SmaliParser.SFileContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SmaliParser
public static class SmaliParser.SFileContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description org.antlr.v4.runtime.TokenclassName
-
Constructor Summary
Constructors Constructor Description SFileContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeOBJECT_TYPE()SmaliParser.SAccListContextsAccList()java.util.List<SmaliParser.SAnnotationContext>sAnnotation()SmaliParser.SAnnotationContextsAnnotation(int i)java.util.List<SmaliParser.SFieldContext>sField()SmaliParser.SFieldContextsField(int i)java.util.List<SmaliParser.SInterfaceContext>sInterface()SmaliParser.SInterfaceContextsInterface(int i)java.util.List<SmaliParser.SMethodContext>sMethod()SmaliParser.SMethodContextsMethod(int i)java.util.List<SmaliParser.SSourceContext>sSource()SmaliParser.SSourceContextsSource(int i)java.util.List<SmaliParser.SSuperContext>sSuper()SmaliParser.SSuperContextsSuper(int i)-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
sAccList
public SmaliParser.SAccListContext sAccList()
-
OBJECT_TYPE
public org.antlr.v4.runtime.tree.TerminalNode OBJECT_TYPE()
-
sSuper
public java.util.List<SmaliParser.SSuperContext> sSuper()
-
sSuper
public SmaliParser.SSuperContext sSuper(int i)
-
sInterface
public java.util.List<SmaliParser.SInterfaceContext> sInterface()
-
sInterface
public SmaliParser.SInterfaceContext sInterface(int i)
-
sSource
public java.util.List<SmaliParser.SSourceContext> sSource()
-
sSource
public SmaliParser.SSourceContext sSource(int i)
-
sMethod
public java.util.List<SmaliParser.SMethodContext> sMethod()
-
sMethod
public SmaliParser.SMethodContext sMethod(int i)
-
sField
public java.util.List<SmaliParser.SFieldContext> sField()
-
sField
public SmaliParser.SFieldContext sField(int i)
-
sAnnotation
public java.util.List<SmaliParser.SAnnotationContext> sAnnotation()
-
sAnnotation
public SmaliParser.SAnnotationContext sAnnotation(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-