Package org.openjdk.asmtools.jasm
Class CPXAttr
- java.lang.Object
-
- org.openjdk.asmtools.jasm.AttrData
-
- org.openjdk.asmtools.jasm.CPXAttr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
attrLength()
void
write(CheckedDataOutputStream out)
-
Methods inherited from class org.openjdk.asmtools.jasm.AttrData
getClassData, getLength
-
-
-
-
Field Detail
-
cell
Argument cell
-
-
Method Detail
-
attrLength
public int attrLength()
- Overrides:
attrLength
in classAttrData
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-