Class SourceDebugExtensionAttribute

java.lang.Object
proguard.util.SimpleProcessable
proguard.classfile.attribute.Attribute
proguard.classfile.attribute.SourceDebugExtensionAttribute
All Implemented Interfaces:
Serializable, Processable

public class SourceDebugExtensionAttribute extends Attribute
This Attribute represents a source debug extension attribute.
See Also:
  • Field Details

    • u4attributeLength

      public int u4attributeLength
    • info

      public byte[] info
  • Constructor Details

    • SourceDebugExtensionAttribute

      public SourceDebugExtensionAttribute()
      Creates an uninitialized SourceDebugExtensionAttribute.
    • SourceDebugExtensionAttribute

      public SourceDebugExtensionAttribute(int u2attributeNameIndex, int u4attributeLength, byte[] info)
      Creates an initialized SourceDebugExtensionAttribute.
  • Method Details