Class AnnotationDefault
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.AnnotationDefault
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public class AnnotationDefault extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)Attributecopy(ConstantPool constant_pool)voiddump(DataOutputStream dos)ElementValuegetElementValue()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
-
-
-
Constructor Detail
-
AnnotationDefault
public AnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
-
Method Detail
-
copy
public Attribute copy(ConstantPool constant_pool)
-
getElementValue
public final ElementValue getElementValue()
-
dump
public final void dump(DataOutputStream dos) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
accept
public void accept(ClassVisitor v)
-
-