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.Elementpublic int copyInto(byte[] buf,
int offset)
throws IllegalArgumentException
ClassWriter.ElementcopyInto in class ClassWriter.ElementIllegalArgumentExceptionpublic void setRawTable(byte[] sourceDebug)
public void setDebugInfo(String sourceDebug)
Copyright © 2019. All rights reserved.