public abstract class AnnotationsAttribute extends java.lang.Object implements Attribute
Modifier and Type | Field and Description |
---|---|
AnnotationInfo[] |
annotations |
Constructor and Description |
---|
AnnotationsAttribute(AnnotationInfo[] annotations) |
Modifier and Type | Method and Description |
---|---|
(package private) static <A extends AnnotationsAttribute> |
parseAnnotationsAttribute(java.io.DataInput in,
ConstantPool constant_pool,
java.util.function.Function<AnnotationInfo[],A> constructor) |
java.lang.String |
toString() |
public final AnnotationInfo[] annotations
AnnotationsAttribute(AnnotationInfo[] annotations)
public java.lang.String toString()
toString
in class java.lang.Object
static <A extends AnnotationsAttribute> A parseAnnotationsAttribute(java.io.DataInput in, ConstantPool constant_pool, java.util.function.Function<AnnotationInfo[],A> constructor) throws java.io.IOException
java.io.IOException