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(String sourceDebug) |
void |
setRawTable(byte[] sourceDebug) |
public SourceDebugExtensionWriter(ClassWriter w)
public int getSize()
getSize
in class ClassWriter.Element
public int copyInto(byte[] buf, int offset) throws IllegalArgumentException
ClassWriter.Element
copyInto
in class ClassWriter.Element
IllegalArgumentException
public void setRawTable(byte[] sourceDebug)
public void setDebugInfo(String sourceDebug)