Returns the map of interfaces the class has. @return
()
| 256 | * @return |
| 257 | */ |
| 258 | public List<MappedClass> getInterfaces() { |
| 259 | return interfaces; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Get's the ClassNode associated with the mapping. |
no outgoing calls
no test coverage detected