Class RuntimeAnnos
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
- All Implemented Interfaces:
Serializable,Cloneable,Node
- Direct Known Subclasses:
RuntimeInvisAnnos,RuntimeVisAnnos
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool) RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanFOR TESTING ONLY: Tells you if the annotations have been inflated to an object graphprotected voidreadAnnotations(DataInputStream dis, ConstantPool cpool) protected voidMethods inherited from class org.aspectj.apache.bcel.classfile.Attribute
accept, dump, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Constructor Details
-
RuntimeAnnos
-
RuntimeAnnos
public RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)
-
-
Method Details
-
getAnnotations
-
areVisible
public boolean areVisible() -
readAnnotations
- Throws:
IOException
-
writeAnnotations
- Throws:
IOException
-
isInflated
public boolean isInflated()FOR TESTING ONLY: Tells you if the annotations have been inflated to an object graph
-