Klasse AnnotationDefault
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.AnnotationDefault
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Node
This attribute is attached to a method and indicates the default
value for an annotation element.
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcopy(ConstantPool constant_pool) final voiddump(DataOutputStream dos) final ElementValueVon Klasse geerbte Methoden org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Konstruktordetails
-
AnnotationDefault
public AnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) throws IOException - Löst aus:
IOException
-
-
Methodendetails