methodID property

JMethodIDPtr methodID

Implementation

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