public class SourceDebugExtensionAttribute extends Attribute
| Constructor and Description |
|---|
SourceDebugExtensionAttribute(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstants(JavaClass javaClass)
Update the JavaClass when adding.
|
java.lang.String |
toString() |
void |
write(ByteCodeWriter out)
Writes the field to the output.
|
public SourceDebugExtensionAttribute(java.lang.String value)
public void addConstants(JavaClass javaClass)
addConstants in class Attributepublic void write(ByteCodeWriter out) throws java.io.IOException