public class SourceDebugExtensionWriter extends ClassWriter.Element
| Constructor and Description |
|---|
SourceDebugExtensionWriter(ClassWriter w) |
| Modifier and Type | Method and Description |
|---|---|
int |
copyInto(byte[] buf,
int offset)
Copy the bytes into 'buf' at offset 'offset'.
|
int |
getSize() |
void |
setDebugInfo(java.lang.String sourceDebug) |
void |
setRawTable(byte[] sourceDebug) |
public SourceDebugExtensionWriter(ClassWriter w)
public int getSize()
getSize in class ClassWriter.Elementpublic int copyInto(byte[] buf,
int offset)
throws java.lang.IllegalArgumentException
ClassWriter.ElementcopyInto in class ClassWriter.Elementjava.lang.IllegalArgumentExceptionpublic void setRawTable(byte[] sourceDebug)
public void setDebugInfo(java.lang.String sourceDebug)