| 131 | JavaMethodBase::JavaMethodBase() = default; |
| 132 | |
| 133 | jmethodID JavaMethodBase::getMethodId() const { |
| 134 | return _methodId; |
| 135 | } |
| 136 | |
| 137 | void JavaMethodBase::setMethodId(jmethodID methodId) { |
| 138 | _methodId = methodId; |
no outgoing calls
no test coverage detected