public class EnclosingMethod extends Attribute
constant_pool, length, name_index, tag
Constructor and Description |
---|
EnclosingMethod(int nameIndex,
int len,
java.io.DataInputStream dis,
ConstantPool cpool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool constant_pool) |
void |
dump(java.io.DataOutputStream file)
Dump attribute to file stream in binary format.
|
public EnclosingMethod(int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool) throws java.io.IOException
java.io.IOException
public Attribute copy(ConstantPool constant_pool)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.