Class SourceDebugExtensionAttr

java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.SourceDebugExtensionAttr
All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter

public class SourceDebugExtensionAttr extends AttrData
SourceDebugExtension_attribute { u2 attribute_name_index; u4 attribute_length; u1 debug_extension[attribute_length]; The debug_extension array holds extended debugging information which has no semantic effect on the JVM. The information is represented using a modified UTF-8 string (ยง4.4.7) with no terminating zero byte. }