public final class org.eclipse.core.resources.FileInfoMatcherDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.core.resources.FileInfoMatcherDescription
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object arguments;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
        start local 1 // java.lang.String id
        start local 2 // java.lang.Object arguments
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* id */
            putfield org.eclipse.core.resources.FileInfoMatcherDescription.id:Ljava/lang/String;
         2: .line 31
            aload 0 /* this */
            aload 2 /* arguments */
            putfield org.eclipse.core.resources.FileInfoMatcherDescription.arguments:Ljava/lang/Object;
         3: .line 32
            return
        end local 2 // java.lang.Object arguments
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/core/resources/FileInfoMatcherDescription;
            0    4     1         id  Ljava/lang/String;
            0    4     2  arguments  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      id         
      arguments  

  public java.lang.Object getArguments();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
         0: .line 35
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.arguments:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/resources/FileInfoMatcherDescription;

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
         0: .line 39
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.id:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/resources/FileInfoMatcherDescription;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
         0: .line 45
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 46
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.arguments:Ljava/lang/Object;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         2: .line 47
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.id:Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         3: .line 48
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/core/resources/FileInfoMatcherDescription;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
        start local 1 // java.lang.Object obj
         0: .line 53
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 54
            iconst_1
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 56
            iconst_0
            ireturn
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 58
            iconst_0
            ireturn
         6: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.core.resources.FileInfoMatcherDescription
            astore 2 /* other */
        start local 2 // org.eclipse.core.resources.FileInfoMatcherDescription other
         7: .line 60
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.arguments:Ljava/lang/Object;
            aload 2 /* other */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.arguments:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.id:Ljava/lang/String;
            aload 2 /* other */
            getfield org.eclipse.core.resources.FileInfoMatcherDescription.id:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.core.resources.FileInfoMatcherDescription
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.core.resources.FileInfoMatcherDescription other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.core.resources.FileInfoMatcherDescription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/core/resources/FileInfoMatcherDescription;
            0    9     1    obj  Ljava/lang/Object;
            7    9     2  other  Lorg/eclipse/core/resources/FileInfoMatcherDescription;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "FileInfoMatcherDescription.java"