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 AttrData
classifyConstCell, getAttribute, getLength, visitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConstantPoolDataVisitor
visitConstCell, visitDataMethods inherited from interface DataWriter
isCountable
-
Field Details
-
element
DataWriter element
-
-
Constructor Details
-
DefaultAnnotationAttr
-
-
Method Details
-
add
-
attrLength
public int attrLength()- Overrides:
attrLengthin classAttrData
-
write
- Specified by:
writein interfaceDataWriter- Overrides:
writein classAttrData- Throws:
IOException
-