public class com.sun.javafx.property.MethodHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.property.MethodHelper
  super_class: java.lang.Object
{
  private static final boolean logAccessErrors;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Module trampolineModule;
    descriptor: LModule;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static java.lang.Object invoke(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tModule cannot be resolved to a type\n\tThe method getModule() is undefined for the type Class<capture#3-of ?>\n\tModule cannot be resolved to a type\n\tThe method getModule() is undefined for the type Class<MethodHelper>\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
    MethodParameters:
        Name  Flags
      m       
      obj     
      params  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.property.MethodHelper this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tModule cannot be resolved to a type\n\tThe method getTrampolineModule() from the type MethodUtil refers to the missing type Module\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.javafx.property.MethodHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/property/MethodHelper;
}
SourceFile: "MethodHelper.java"