Add a method to the class. Returns the method's index. @param mm @return
(MappedMember mm)
| 228 | * @return |
| 229 | */ |
| 230 | public void addMethod(MappedMember mm) { |
| 231 | methods.add(mm); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Returns true if the given name is a child of this class. |
no outgoing calls
no test coverage detected