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(java.io.DataOutputStream file)
Dump line number table attribute to file stream in binary format.
|
int |
getMapLength() |
StackMapTableEntry[] |
getStackMapTable() |
void |
setStackMapTable(StackMapTableEntry[] map) |
java.lang.String |
toString() |
addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public StackMapTable(int name_index, int length, StackMapTableEntry[] map, ConstantPool constant_pool)
public final void dump(java.io.DataOutputStream file) throws java.io.IOException
public final StackMapTableEntry[] getStackMapTable()
public final void setStackMapTable(StackMapTableEntry[] map)
map
- Array of stack map entriespublic final java.lang.String toString()
public Attribute copy(ConstantPool _constant_pool)
public void accept(Visitor v)
public final int getMapLength()