Handles all the Java-specific parsing for library handling.
()
| 134 | * Handles all the Java-specific parsing for library handling. |
| 135 | */ |
| 136 | protected void handle() { |
| 137 | handleNative(); |
| 138 | handleExports(); |
| 139 | } |
| 140 | |
| 141 | |
| 142 | /** |
no test coverage detected