Class LineAttrNode

java.lang.Object
jadx.core.dex.attributes.AttrNode
jadx.core.dex.attributes.nodes.LineAttrNode
All Implemented Interfaces:
IAttributeNode, ILineAttributeNode
Direct Known Subclasses:
InsnNode, NotificationAttrNode, PackageNode

public abstract class LineAttrNode extends AttrNode implements ILineAttributeNode
  • Field Details

    • sourceLine

      private int sourceLine
    • defPosition

      private int defPosition
      Position where a node declared at in decompiled code
  • Constructor Details

    • LineAttrNode

      public LineAttrNode()
  • Method Details