Package org.openjdk.asmtools.jasm
Class DefaultAnnotationAttr
java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.DefaultAnnotationAttr
- All Implemented Interfaces:
ConstantPoolDataVisitor
,DataWriter
DefaultAnnotationAttr
Used to represent Default Annotation Attributes
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAnnotationAttr
(ConstantPool pool, EAttribute attribute, DataWriter element) -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.AttrData
classifyConstCell, getLength, visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openjdk.asmtools.jasm.ConstantPoolDataVisitor
visitConstCell, visitData
-
Field Details
-
element
DataWriter element
-
-
Constructor Details
-
DefaultAnnotationAttr
-
-
Method Details
-
add
-
attrLength
public int attrLength()- Overrides:
attrLength
in classAttrData
-
write
- Specified by:
write
in interfaceDataWriter
- Overrides:
write
in classAttrData
- Throws:
IOException
-