public final class StackMapTableEntry extends Object implements Cloneable, Serializable
StackMap
,
StackMapType
,
Serialized FormConstructor and Description |
---|
StackMapTableEntry(int tag,
int byte_code_offset_delta,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items) |
public StackMapTableEntry(int tag, int byte_code_offset_delta, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items)
public final void dump(DataOutputStream file) throws IOException
file
- Output file streamIOException
public final String toString()
public StackMapTableEntry copy()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.