public final class StackMap extends Attribute implements Node
Code,
StackMapEntry,
StackMapType,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
StackMap(int name_index,
int length,
StackMapEntry[] 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() |
StackMapEntry[] |
getStackMap() |
void |
setStackMap(StackMapEntry[] map) |
String |
toString() |
addAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool)
public final void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOExceptionpublic final StackMapEntry[] getStackMap()
public final void setStackMap(StackMapEntry[] 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()
Copyright © 2018–2021 mhoffrogge. All rights reserved.