T - The return type of the visit operation. Use Void for
operations with no return type.public class SmaliBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SmaliVisitor<T>
SmaliVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
SmaliBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSFiles(SmaliParser.SFilesContext ctx)
SmaliParser.sFiles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSFiles 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSFile(SmaliParser.SFileContext ctx)
SmaliParser.sFile().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSFile 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSSource(SmaliParser.SSourceContext ctx)
SmaliParser.sSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSSource 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSSuper(SmaliParser.SSuperContext ctx)
SmaliParser.sSuper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSSuper 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSInterface(SmaliParser.SInterfaceContext ctx)
SmaliParser.sInterface().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSInterface 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSMethod(SmaliParser.SMethodContext ctx)
SmaliParser.sMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSMethod 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSField(SmaliParser.SFieldContext ctx)
SmaliParser.sField().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSField 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSAccList(SmaliParser.SAccListContext ctx)
SmaliParser.sAccList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSAccList 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSAnnotation(SmaliParser.SAnnotationContext ctx)
SmaliParser.sAnnotation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSAnnotation 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSSubannotation(SmaliParser.SSubannotationContext ctx)
SmaliParser.sSubannotation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSSubannotation 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSParameter(SmaliParser.SParameterContext ctx)
SmaliParser.sParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSParameter 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSAnnotationKeyName(SmaliParser.SAnnotationKeyNameContext ctx)
SmaliParser.sAnnotationKeyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSAnnotationKeyName 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSAnnotationValue(SmaliParser.SAnnotationValueContext ctx)
SmaliParser.sAnnotationValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSAnnotationValue 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSBaseValue(SmaliParser.SBaseValueContext ctx)
SmaliParser.sBaseValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSBaseValue 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSArrayValue(SmaliParser.SArrayValueContext ctx)
SmaliParser.sArrayValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSArrayValue 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSInstruction(SmaliParser.SInstructionContext ctx)
SmaliParser.sInstruction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSInstruction 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFline(SmaliParser.FlineContext ctx)
SmaliParser.fline().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFline 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFlocal(SmaliParser.FlocalContext ctx)
SmaliParser.flocal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlocal 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFend(SmaliParser.FendContext ctx)
SmaliParser.fend().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFend 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFrestart(SmaliParser.FrestartContext ctx)
SmaliParser.frestart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrestart 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFprologue(SmaliParser.FprologueContext ctx)
SmaliParser.fprologue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFprologue 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFepiogue(SmaliParser.FepiogueContext ctx)
SmaliParser.fepiogue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFepiogue 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFregisters(SmaliParser.FregistersContext ctx)
SmaliParser.fregisters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFregisters 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFlocals(SmaliParser.FlocalsContext ctx)
SmaliParser.flocals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlocals 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFcache(SmaliParser.FcacheContext ctx)
SmaliParser.fcache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFcache 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFcacheall(SmaliParser.FcacheallContext ctx)
SmaliParser.fcacheall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFcacheall 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitSLabel(SmaliParser.SLabelContext ctx)
SmaliParser.sLabel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSLabel 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFpackageswitch(SmaliParser.FpackageswitchContext ctx)
SmaliParser.fpackageswitch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFpackageswitch 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFspareswitch(SmaliParser.FspareswitchContext ctx)
SmaliParser.fspareswitch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFspareswitch 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFarraydata(SmaliParser.FarraydataContext ctx)
SmaliParser.farraydata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFarraydata 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF0x(SmaliParser.F0xContext ctx)
SmaliParser.f0x().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF0x 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF0t(SmaliParser.F0tContext ctx)
SmaliParser.f0t().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF0t 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF1x(SmaliParser.F1xContext ctx)
SmaliParser.f1x().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF1x 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFconst(SmaliParser.FconstContext ctx)
SmaliParser.fconst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFconst 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFf1c(SmaliParser.Ff1cContext ctx)
SmaliParser.ff1c().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFf1c 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFt2c(SmaliParser.Ft2cContext ctx)
SmaliParser.ft2c().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFt2c 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFf2c(SmaliParser.Ff2cContext ctx)
SmaliParser.ff2c().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFf2c 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF2x(SmaliParser.F2xContext ctx)
SmaliParser.f2x().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF2x 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF3x(SmaliParser.F3xContext ctx)
SmaliParser.f3x().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF3x 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFt5c(SmaliParser.Ft5cContext ctx)
SmaliParser.ft5c().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFt5c 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFm5c(SmaliParser.Fm5cContext ctx)
SmaliParser.fm5c().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFm5c 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFmrc(SmaliParser.FmrcContext ctx)
SmaliParser.fmrc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFmrc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFm45cc(SmaliParser.Fm45ccContext ctx)
SmaliParser.fm45cc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFm45cc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFm4rcc(SmaliParser.Fm4rccContext ctx)
SmaliParser.fm4rcc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFm4rcc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFmcustomc(SmaliParser.FmcustomcContext ctx)
SmaliParser.fmcustomc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFmcustomc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFmcustomrc(SmaliParser.FmcustomrcContext ctx)
SmaliParser.fmcustomrc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFmcustomrc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitFtrc(SmaliParser.FtrcContext ctx)
SmaliParser.ftrc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFtrc 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF31t(SmaliParser.F31tContext ctx)
SmaliParser.f31t().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF31t 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF1t(SmaliParser.F1tContext ctx)
SmaliParser.f1t().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF1t 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF2t(SmaliParser.F2tContext ctx)
SmaliParser.f2t().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF2t 在接口中 SmaliVisitor<T>ctx - the parse treepublic T visitF2sb(SmaliParser.F2sbContext ctx)
SmaliParser.f2sb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitF2sb 在接口中 SmaliVisitor<T>ctx - the parse tree