public final class StackMapEntry
extends java.lang.Object
implements java.lang.Cloneable, java.io.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) |
Modifier and Type | Method and Description |
---|---|
StackMapEntry |
copy() |
void |
dump(java.io.DataOutputStream file)
Dump stack map entry
|
java.lang.String |
toString() |
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(java.io.DataOutputStream file) throws java.io.IOException
file
- Output file streamjava.io.IOException
public final java.lang.String toString()
toString
in class java.lang.Object
public StackMapEntry copy()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.