-
- All Implemented Interfaces:
public final class SourceDebugExtensionAttribute extends AttributeInfo
Describes an SourceDebugExtension attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSourceDebugExtensionAttribute.Companion
-
Constructor Summary
Constructors Constructor Description SourceDebugExtensionAttribute(Integer attributeLength, ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final StringgetString()Text in the SourceDebugExtension attribute final UnitsetString(String string)Text in the SourceDebugExtension attribute IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-