public abstract class TypeAnnotationsAttribute extends Object implements Attribute
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeAnnotationsAttribute.Constructor<A extends TypeAnnotationsAttribute> |
| Modifier and Type | Field and Description |
|---|---|
TypeAnnotationInfo[] |
type_annotations |
| Modifier | Constructor and Description |
|---|---|
protected |
TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations) |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
String |
toString() |
void |
write(DataOutput out,
ConstantPool constant_pool) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes_length, name, readAttribute, readAttributes, writeAttributespublic final TypeAnnotationInfo[] type_annotations
protected TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
public void write(DataOutput out, ConstantPool constant_pool) throws IOException
write in interface AttributeIOExceptionpublic int attribute_length()
attribute_length in interface AttributeCopyright © 2021. All rights reserved.