public final class StackMap extends Attribute
Code,
StackMapEntry,
StackMapType,
Serialized Form| Constructor and Description |
|---|
StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
|
void |
dump(java.io.DataOutputStream file)
Dump line number table attribute to file stream in binary format.
|
int |
getMapLength() |
StackMapEntry[] |
getStackMap() |
void |
setStackMap(StackMapEntry[] map) |
java.lang.String |
toString() |
getConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final StackMapEntry[] getStackMap()
public final void setStackMap(StackMapEntry[] map)
map - Array of stack map entriespublic final java.lang.String toString()
public void accept(ClassVisitor v)
public final int getMapLength()