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 void
Writes 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.Annotation
s contained in thisClassFile.AnnotationsAttribute
, see JVMS8 4.7.16/17
-
storeBody
Description copied from class:ClassFile.AttributeInfo
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.- Specified by:
storeBody
in classClassFile.AttributeInfo
- Throws:
IOException
-