| |
|
| java.lang.Object org.w3c.tools.resources.upgrade.ClassAttributes
ClassAttributes | class ClassAttributes (Code) | | |
Method Summary | |
int | add(Attribute attr) Add a new attribute description into this record.
Parameters: attr - The new attribute description. | void | fix() Fix the description of the attributes for this record. |
ClassAttributes | ClassAttributes(int idx)(Code) | | |
ClassAttributes | ClassAttributes(ClassAttributes sup)(Code) | | |
add | int add(Attribute attr)(Code) | | Add a new attribute description into this record.
Parameters: attr - The new attribute description. The attribute index. |
fix | void fix()(Code) | | Fix the description of the attributes for this record.
|
|
|
|