Class DalvikToJavaBytecodeUtils


  • public class DalvikToJavaBytecodeUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Integer getMethodArgLvIndex​(jadx.api.metadata.annotations.VarNode methodArg)  
      static java.lang.Integer getMethodArgLvIndex​(jadx.core.dex.instructions.args.SSAVar methodArgSsaVar, jadx.core.dex.nodes.MethodNode mth)  
      static java.lang.Integer getMethodArgLvtIndex​(jadx.api.metadata.annotations.VarNode methodArg)  
      static java.lang.Integer getMethodArgLvtIndex​(jadx.core.dex.instructions.args.SSAVar methodArgSsaVar, jadx.core.dex.nodes.MethodNode mth)  
      static int getMethodVarLvIndex​(jadx.api.metadata.annotations.VarNode methodVar)  
      static java.lang.Integer getMethodVarLvIndex​(jadx.core.dex.instructions.args.SSAVar methodVarSsaVar, jadx.core.dex.nodes.MethodNode mth)  
      static java.lang.Integer getMethodVarLvtIndex​(jadx.core.dex.instructions.args.SSAVar methodVarSsaVar, jadx.core.dex.nodes.MethodNode mth)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DalvikToJavaBytecodeUtils

        public DalvikToJavaBytecodeUtils()
    • Method Detail

      • getMethodArgLvIndex

        public static java.lang.Integer getMethodArgLvIndex​(jadx.api.metadata.annotations.VarNode methodArg)
      • getMethodArgLvIndex

        public static java.lang.Integer getMethodArgLvIndex​(jadx.core.dex.instructions.args.SSAVar methodArgSsaVar,
                                                            jadx.core.dex.nodes.MethodNode mth)
      • getMethodVarLvIndex

        public static int getMethodVarLvIndex​(jadx.api.metadata.annotations.VarNode methodVar)
      • getMethodVarLvIndex

        public static java.lang.Integer getMethodVarLvIndex​(jadx.core.dex.instructions.args.SSAVar methodVarSsaVar,
                                                            jadx.core.dex.nodes.MethodNode mth)
      • getMethodArgLvtIndex

        public static java.lang.Integer getMethodArgLvtIndex​(jadx.api.metadata.annotations.VarNode methodArg)
      • getMethodArgLvtIndex

        public static java.lang.Integer getMethodArgLvtIndex​(jadx.core.dex.instructions.args.SSAVar methodArgSsaVar,
                                                             jadx.core.dex.nodes.MethodNode mth)
      • getMethodVarLvtIndex

        public static java.lang.Integer getMethodVarLvtIndex​(jadx.core.dex.instructions.args.SSAVar methodVarSsaVar,
                                                             jadx.core.dex.nodes.MethodNode mth)