Package org.openjdk.asmtools.jasm
Class DefaultAnnotationAttr
java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.DefaultAnnotationAttr
- All Implemented Interfaces:
Data
DefaultAnnotationAttr
Used to represent Default Annotation Attributes
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAnnotationAttr
(ClassData cls, String name) DefaultAnnotationAttr
(ClassData cls, String name, Data element) -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
Methods inherited from class org.openjdk.asmtools.jasm.AttrData
getClassData, getLength
-
Field Details
-
element
Data element
-
-
Constructor Details
-
DefaultAnnotationAttr
-
DefaultAnnotationAttr
-
-
Method Details
-
add
-
attrLength
public int attrLength()- Overrides:
attrLength
in classAttrData
-
write
- Specified by:
write
in interfaceData
- Overrides:
write
in classAttrData
- Throws:
IOException
-