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.| Constructor and Description |
|---|
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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface SmaliVisitor<T>ctx - the parse treepublic T visitMethod_handler(SmaliParser.Method_handlerContext ctx)
SmaliParser.method_handler().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMethod_handler in interface SmaliVisitor<T>ctx - the parse treepublic T visitCall_site(SmaliParser.Call_siteContext ctx)
SmaliParser.call_site().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall_site in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface SmaliVisitor<T>ctx - the parse tree