NOLINTNEXTLINE(readability-convert-member-functions-to-static)
| 140 | |
| 141 | // NOLINTNEXTLINE(readability-convert-member-functions-to-static) |
| 142 | JavaEnv JavaMethodBase::getEnv() const { |
| 143 | return JavaEnv(); |
| 144 | } |
| 145 | |
| 146 | AnyJavaMethod::AnyJavaMethod() = default; |
| 147 |