| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME
Stores the attribute name of this attribute
|
| Constructor and Description |
|---|
CRTable(byte[] data)
Creates a new instance of CRTable.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
getSourceInfo(int pc)
Returns the source positions for the given index in the code array of the code attribute.
|
protected void |
readData(java.io.DataInputStream in)
Reads the attribute data from the input stream.
|
java.lang.String |
toString() |
public static final java.lang.String ATTRIBUTE_NAME
public CRTable(byte[] data)
throws java.io.IOException
data - the byte array containing the attributejava.io.IOException - An IOException is thrown if the attribute can't be read.protected final void readData(java.io.DataInputStream in)
throws java.io.IOException
in - the input streamjava.io.IOException - if the input stream cannot be read.public final Range getSourceInfo(int pc)
pc - the index in the code array of the code attributepublic java.lang.String toString()
toString in class java.lang.Object