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