Package org.codehaus.janino.util
Class ClassFile.AnnotationsAttribute
java.lang.Object
org.codehaus.janino.util.ClassFile.AttributeInfo
org.codehaus.janino.util.ClassFile.AnnotationsAttribute
- Enclosing class:
ClassFile
Representation of a
Runtime[In]visibleAnnotations attribute (see JVMS8 4.7.16/17).-
Method Summary
Modifier and TypeMethodDescriptionprotected voidWrites the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
-
Method Details
-
getAnnotations
- Returns:
- The
ClassFile.Annotations contained in thisClassFile.AnnotationsAttribute, see JVMS8 4.7.16/17
-
storeBody
Description copied from class:ClassFile.AttributeInfoWrites the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.- Specified by:
storeBodyin classClassFile.AttributeInfo- Throws:
IOException
-