Package org.vesalainen.bcc.annotation
Class RuntimeVisibleAnnotations
- java.lang.Object
-
- org.vesalainen.bcc.AttributeInfo
-
- org.vesalainen.bcc.annotation.RuntimeVisibleAnnotations
-
- All Implemented Interfaces:
Writable
public class RuntimeVisibleAnnotations extends AttributeInfo
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<AnnotationWrapper>annotations-
Fields inherited from class org.vesalainen.bcc.AttributeInfo
attribute_length, attribute_name_index, classFile
-
-
Constructor Summary
Constructors Constructor Description RuntimeVisibleAnnotations(ClassFile classFile, int attribute_name_index, int attribute_length, java.io.DataInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AnnotationWrapper>getAnnotations()private intgetLength()voidwrite(java.io.DataOutput out)-
Methods inherited from class org.vesalainen.bcc.AttributeInfo
getAttributeSize, getInstance, isOfType
-
-
-
-
Field Detail
-
annotations
private java.util.List<AnnotationWrapper> annotations
-
-
Constructor Detail
-
RuntimeVisibleAnnotations
public RuntimeVisibleAnnotations(ClassFile classFile, int attribute_name_index, int attribute_length, java.io.DataInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
write
public void write(java.io.DataOutput out) throws java.io.IOException- Specified by:
writein interfaceWritable- Overrides:
writein classAttributeInfo- Throws:
java.io.IOException
-
getAnnotations
public java.util.List<AnnotationWrapper> getAnnotations()
-
getLength
private int getLength()
-
-