Package com.googlecode.d2j.smali.antlr4
Interface SmaliVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
SmaliBaseVisitor
public interface SmaliVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced bySmaliParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitSFiles
T visitSFiles(SmaliParser.SFilesContext ctx)
Visit a parse tree produced bySmaliParser.sFiles().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSFile
T visitSFile(SmaliParser.SFileContext ctx)
Visit a parse tree produced bySmaliParser.sFile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSSource
T visitSSource(SmaliParser.SSourceContext ctx)
Visit a parse tree produced bySmaliParser.sSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSSuper
T visitSSuper(SmaliParser.SSuperContext ctx)
Visit a parse tree produced bySmaliParser.sSuper().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSInterface
T visitSInterface(SmaliParser.SInterfaceContext ctx)
Visit a parse tree produced bySmaliParser.sInterface().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSMethod
T visitSMethod(SmaliParser.SMethodContext ctx)
Visit a parse tree produced bySmaliParser.sMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSField
T visitSField(SmaliParser.SFieldContext ctx)
Visit a parse tree produced bySmaliParser.sField().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSAccList
T visitSAccList(SmaliParser.SAccListContext ctx)
Visit a parse tree produced bySmaliParser.sAccList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSAnnotation
T visitSAnnotation(SmaliParser.SAnnotationContext ctx)
Visit a parse tree produced bySmaliParser.sAnnotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSSubannotation
T visitSSubannotation(SmaliParser.SSubannotationContext ctx)
Visit a parse tree produced bySmaliParser.sSubannotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSParameter
T visitSParameter(SmaliParser.SParameterContext ctx)
Visit a parse tree produced bySmaliParser.sParameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSAnnotationKeyName
T visitSAnnotationKeyName(SmaliParser.SAnnotationKeyNameContext ctx)
Visit a parse tree produced bySmaliParser.sAnnotationKeyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSAnnotationValue
T visitSAnnotationValue(SmaliParser.SAnnotationValueContext ctx)
Visit a parse tree produced bySmaliParser.sAnnotationValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSBaseValue
T visitSBaseValue(SmaliParser.SBaseValueContext ctx)
Visit a parse tree produced bySmaliParser.sBaseValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSArrayValue
T visitSArrayValue(SmaliParser.SArrayValueContext ctx)
Visit a parse tree produced bySmaliParser.sArrayValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethod_handler
T visitMethod_handler(SmaliParser.Method_handlerContext ctx)
Visit a parse tree produced bySmaliParser.method_handler().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall_site
T visitCall_site(SmaliParser.Call_siteContext ctx)
Visit a parse tree produced bySmaliParser.call_site().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSInstruction
T visitSInstruction(SmaliParser.SInstructionContext ctx)
Visit a parse tree produced bySmaliParser.sInstruction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFline
T visitFline(SmaliParser.FlineContext ctx)
Visit a parse tree produced bySmaliParser.fline().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlocal
T visitFlocal(SmaliParser.FlocalContext ctx)
Visit a parse tree produced bySmaliParser.flocal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFend
T visitFend(SmaliParser.FendContext ctx)
Visit a parse tree produced bySmaliParser.fend().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrestart
T visitFrestart(SmaliParser.FrestartContext ctx)
Visit a parse tree produced bySmaliParser.frestart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFprologue
T visitFprologue(SmaliParser.FprologueContext ctx)
Visit a parse tree produced bySmaliParser.fprologue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFepiogue
T visitFepiogue(SmaliParser.FepiogueContext ctx)
Visit a parse tree produced bySmaliParser.fepiogue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFregisters
T visitFregisters(SmaliParser.FregistersContext ctx)
Visit a parse tree produced bySmaliParser.fregisters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlocals
T visitFlocals(SmaliParser.FlocalsContext ctx)
Visit a parse tree produced bySmaliParser.flocals().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFcache
T visitFcache(SmaliParser.FcacheContext ctx)
Visit a parse tree produced bySmaliParser.fcache().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFcacheall
T visitFcacheall(SmaliParser.FcacheallContext ctx)
Visit a parse tree produced bySmaliParser.fcacheall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSLabel
T visitSLabel(SmaliParser.SLabelContext ctx)
Visit a parse tree produced bySmaliParser.sLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFpackageswitch
T visitFpackageswitch(SmaliParser.FpackageswitchContext ctx)
Visit a parse tree produced bySmaliParser.fpackageswitch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFspareswitch
T visitFspareswitch(SmaliParser.FspareswitchContext ctx)
Visit a parse tree produced bySmaliParser.fspareswitch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFarraydata
T visitFarraydata(SmaliParser.FarraydataContext ctx)
Visit a parse tree produced bySmaliParser.farraydata().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF0x
T visitF0x(SmaliParser.F0xContext ctx)
Visit a parse tree produced bySmaliParser.f0x().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF0t
T visitF0t(SmaliParser.F0tContext ctx)
Visit a parse tree produced bySmaliParser.f0t().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF1x
T visitF1x(SmaliParser.F1xContext ctx)
Visit a parse tree produced bySmaliParser.f1x().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFconst
T visitFconst(SmaliParser.FconstContext ctx)
Visit a parse tree produced bySmaliParser.fconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFf1c
T visitFf1c(SmaliParser.Ff1cContext ctx)
Visit a parse tree produced bySmaliParser.ff1c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFt2c
T visitFt2c(SmaliParser.Ft2cContext ctx)
Visit a parse tree produced bySmaliParser.ft2c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFf2c
T visitFf2c(SmaliParser.Ff2cContext ctx)
Visit a parse tree produced bySmaliParser.ff2c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF2x
T visitF2x(SmaliParser.F2xContext ctx)
Visit a parse tree produced bySmaliParser.f2x().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF3x
T visitF3x(SmaliParser.F3xContext ctx)
Visit a parse tree produced bySmaliParser.f3x().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFt5c
T visitFt5c(SmaliParser.Ft5cContext ctx)
Visit a parse tree produced bySmaliParser.ft5c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFm5c
T visitFm5c(SmaliParser.Fm5cContext ctx)
Visit a parse tree produced bySmaliParser.fm5c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFmrc
T visitFmrc(SmaliParser.FmrcContext ctx)
Visit a parse tree produced bySmaliParser.fmrc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFm45cc
T visitFm45cc(SmaliParser.Fm45ccContext ctx)
Visit a parse tree produced bySmaliParser.fm45cc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFm4rcc
T visitFm4rcc(SmaliParser.Fm4rccContext ctx)
Visit a parse tree produced bySmaliParser.fm4rcc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFmcustomc
T visitFmcustomc(SmaliParser.FmcustomcContext ctx)
Visit a parse tree produced bySmaliParser.fmcustomc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFmcustomrc
T visitFmcustomrc(SmaliParser.FmcustomrcContext ctx)
Visit a parse tree produced bySmaliParser.fmcustomrc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFtrc
T visitFtrc(SmaliParser.FtrcContext ctx)
Visit a parse tree produced bySmaliParser.ftrc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF31t
T visitF31t(SmaliParser.F31tContext ctx)
Visit a parse tree produced bySmaliParser.f31t().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF1t
T visitF1t(SmaliParser.F1tContext ctx)
Visit a parse tree produced bySmaliParser.f1t().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF2t
T visitF2t(SmaliParser.F2tContext ctx)
Visit a parse tree produced bySmaliParser.f2t().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitF2sb
T visitF2sb(SmaliParser.F2sbContext ctx)
Visit a parse tree produced bySmaliParser.f2sb().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-