public final class StackMap extends Attribute
Code,
StackMapEntry,
StackMapTypeconstant_pool, EMPTY_ARRAY, length, name_index, tag| Constructor and Description |
|---|
StackMap(int nameIndex,
int length,
StackMapEntry[] map,
ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constantPool) |
void |
dump(DataOutputStream file)
Dump stack map table attribute to file stream in binary format.
|
int |
getMapLength() |
StackMapEntry[] |
getStackMap() |
void |
setStackMap(StackMapEntry[] table) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic StackMap(int nameIndex, int length, StackMapEntry[] map, ConstantPool constantPool)
public void accept(Visitor v)
public Attribute copy(ConstantPool constantPool)
public void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOException - if an I/O error occurs.public int getMapLength()
public StackMapEntry[] getStackMap()
public void setStackMap(StackMapEntry[] table)
table - Array of stack map entriesCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.