public final class StackMapEntry extends Object implements Cloneable, Serializable
StackMap
,
StackMapType
,
Serialized FormConstructor and Description |
---|
StackMapEntry(int byte_code_offset,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items) |
public StackMapEntry(int byte_code_offset, 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 StackMapEntry copy()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.