Add a field to the class. Returns the field's index. @param mm @return
(MappedMember mm)
| 218 | * @return |
| 219 | */ |
| 220 | public void addField(MappedMember mm) { |
| 221 | fields.add(mm); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Add a method to the class. Returns the method's index. |
no outgoing calls
no test coverage detected