|
Apache Tomcat 7.0.25 | ||||||||
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.Annotations
org.apache.tomcat.util.bcel.classfile.RuntimeInvisibleAnnotations
public class RuntimeInvisibleAnnotations
represents an annotation that is represented in the class file but is not provided to the JVM.
Field Summary |
---|
Fields inherited from class org.apache.tomcat.util.bcel.classfile.Attribute |
---|
constant_pool, length, name_index, tag |
Method Summary | |
---|---|
Attribute |
copy(ConstantPool constant_pool)
|
void |
dump(java.io.DataOutputStream dos)
Dump attribute to file stream in binary format. |
Methods inherited from class org.apache.tomcat.util.bcel.classfile.Annotations |
---|
getAnnotationEntries, setAnnotationTable, writeAnnotations |
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 |
Method Detail |
---|
public Attribute copy(ConstantPool constant_pool)
copy
in class Attribute
public final void dump(java.io.DataOutputStream dos) throws java.io.IOException
Attribute
dump
in class Attribute
dos
- Output file stream
java.io.IOException
|
Apache Tomcat 7.0.25 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |