Class VariablesUtils.VarInfo

  • Enclosing class:
    VariablesUtils

    public static class VariablesUtils.VarInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VarInfo​(jadx.api.metadata.annotations.VarNode var, int startOpIdx)  
    • Constructor Detail

      • VarInfo

        public VarInfo​(jadx.api.metadata.annotations.VarNode var,
                       int startOpIdx)
    • Method Detail

      • getVar

        public jadx.api.metadata.annotations.VarNode getVar()
      • getStartOpIdx

        public int getStartOpIdx()
      • getEndOpIdx

        public int getEndOpIdx()
      • setEndOpIdx

        public void setEndOpIdx​(int endOpIdx)