public final class StackMapTable extends Attribute
Code,
StackMapEntry,
StackMapType,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
StackMapTable(int name_index,
int length,
StackMapTableEntry[] map,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool _constant_pool) |
void |
dump(DataOutputStream file)
Dump line number table attribute to file stream in binary format.
|
int |
getMapLength() |
StackMapTableEntry[] |
getStackMapTable() |
void |
setStackMapTable(StackMapTableEntry[] map) |
String |
toString() |
addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic StackMapTable(int name_index,
int length,
StackMapTableEntry[] map,
ConstantPool constant_pool)
public final void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOExceptionpublic final StackMapTableEntry[] getStackMapTable()
public final void setStackMapTable(StackMapTableEntry[] map)
map - Array of stack map entriespublic final String toString()
public Attribute copy(ConstantPool _constant_pool)
public void accept(Visitor v)
public final int getMapLength()