Klasse RuntimeAnnos
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Node
- Bekannte direkte Unterklassen:
RuntimeInvisAnnos,RuntimeVisAnnos
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool) RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanFOR TESTING ONLY: Tells you if the annotations have been inflated to an object graphprotected voidreadAnnotations(DataInputStream dis, ConstantPool cpool) protected voidVon Klasse geerbte Methoden org.aspectj.apache.bcel.classfile.Attribute
accept, dump, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Konstruktordetails
-
RuntimeAnnos
-
RuntimeAnnos
public RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)
-
-
Methodendetails
-
getAnnotations
-
areVisible
public boolean areVisible() -
readAnnotations
- Löst aus:
IOException
-
writeAnnotations
- Löst aus:
IOException
-
isInflated
public boolean isInflated()FOR TESTING ONLY: Tells you if the annotations have been inflated to an object graph
-