Package org.openjdk.asmtools.jasm
Class AttrData
java.lang.Object
org.openjdk.asmtools.jasm.AttrData
- All Implemented Interfaces:
Data
- Direct Known Subclasses:
ClassArrayAttr
,CodeAttr
,CPXAttr
,DataVectorAttr
,DefaultAnnotationAttr
,MethodData.DataPArrayAttr
,ModuleAttr
,RecordData
AttrData
AttrData is the base class for many attributes (or parts of attributes), and it is
instantiated directly for simple attributes (like Synthetic or Deprecated).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clsData
-
attrNameCPX
-
-
Constructor Details
-
AttrData
-
-
Method Details
-
getClassData
-
getLength
public int getLength() -
attrLength
public int attrLength() -
write
- Specified by:
write
in interfaceData
- Throws:
IOException
-