methodID property

JMethodIDPtr get methodID

Implementation

JMethodIDPtr get methodID {
  _check(exception);
  return value.cast<jmethodID_>();
}