|
Apache Tomcat 7.0.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.util.bcel.classfile.Attribute
org.apache.tomcat.util.bcel.classfile.EnclosingMethod
public class EnclosingMethod
This attribute exists for local or anonymous classes and ... there can be only one.
Field Summary |
---|
Fields inherited from class org.apache.tomcat.util.bcel.classfile.Attribute |
---|
constant_pool, length, name_index, tag |
Constructor Summary | |
---|---|
EnclosingMethod(int nameIndex,
int len,
java.io.DataInputStream dis,
ConstantPool cpool)
|
Method Summary | |
---|---|
Attribute |
copy(ConstantPool constant_pool)
|
Methods inherited from class org.apache.tomcat.util.bcel.classfile.Attribute |
---|
clone, getName, getTag, readAttribute, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnclosingMethod(int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Attribute copy(ConstantPool constant_pool)
copy
in class Attribute
|
Apache Tomcat 7.0.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |