Class LocalVarsDebugInfoAttr

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.attributes.IJadxAttribute

    public class LocalVarsDebugInfoAttr
    extends java.lang.Object
    implements jadx.api.plugins.input.data.attributes.IJadxAttribute
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalVarsDebugInfoAttr​(java.util.List<jadx.api.plugins.input.data.ILocalVar> localVars)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AType<LocalVarsDebugInfoAttr> getAttrType()  
      java.util.List<jadx.api.plugins.input.data.ILocalVar> getLocalVars()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute

        keepLoaded, toAttrString
    • Constructor Detail

      • LocalVarsDebugInfoAttr

        public LocalVarsDebugInfoAttr​(java.util.List<jadx.api.plugins.input.data.ILocalVar> localVars)
    • Method Detail

      • getLocalVars

        public java.util.List<jadx.api.plugins.input.data.ILocalVar> getLocalVars()
      • getAttrType

        public AType<LocalVarsDebugInfoAttr> getAttrType()
        Specified by:
        getAttrType in interface jadx.api.plugins.input.data.attributes.IJadxAttribute
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object