| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
debug_extension |
static String |
NAME |
| Constructor and Description |
|---|
SourceDebugExtensionAttribute(ByteBuffer debug_extension) |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
String |
name() |
static SourceDebugExtensionAttribute |
read(DataInput in,
int attribute_length) |
String |
toString() |
void |
write(DataOutput out,
ConstantPool constant_pool) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes_length, readAttribute, readAttributes, writeAttributespublic static final String NAME
public final ByteBuffer debug_extension
public SourceDebugExtensionAttribute(ByteBuffer debug_extension)
public static SourceDebugExtensionAttribute read(DataInput in, int attribute_length) throws IOException
IOExceptionpublic void write(DataOutput out, ConstantPool constant_pool) throws IOException
write in interface AttributeIOExceptionpublic int attribute_length()
attribute_length in interface AttributeCopyright © 2021. All rights reserved.