class javax.el.Util$MatchResult implements java.lang.Comparable<javax.el.Util$MatchResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.el.Util$MatchResult
  super_class: java.lang.Object
{
  private final int exact;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int assignable;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int coercible;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean bridge;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, int, boolean);
    descriptor: (IIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // javax.el.Util$MatchResult this
        start local 1 // int exact
        start local 2 // int assignable
        start local 3 // int coercible
        start local 4 // boolean bridge
         0: .line 769
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 770
            aload 0 /* this */
            iload 1 /* exact */
            putfield javax.el.Util$MatchResult.exact:I
         2: .line 771
            aload 0 /* this */
            iload 2 /* assignable */
            putfield javax.el.Util$MatchResult.assignable:I
         3: .line 772
            aload 0 /* this */
            iload 3 /* coercible */
            putfield javax.el.Util$MatchResult.coercible:I
         4: .line 773
            aload 0 /* this */
            iload 4 /* bridge */
            putfield javax.el.Util$MatchResult.bridge:Z
         5: .line 774
            return
        end local 4 // boolean bridge
        end local 3 // int coercible
        end local 2 // int assignable
        end local 1 // int exact
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavax/el/Util$MatchResult;
            0    6     1       exact  I
            0    6     2  assignable  I
            0    6     3   coercible  I
            0    6     4      bridge  Z
    MethodParameters:
            Name  Flags
      exact       
      assignable  
      coercible   
      bridge      

  public int getExact();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.el.Util$MatchResult this
         0: .line 777
            aload 0 /* this */
            getfield javax.el.Util$MatchResult.exact:I
            ireturn
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/el/Util$MatchResult;

  public int getAssignable();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.el.Util$MatchResult this
         0: .line 781
            aload 0 /* this */
            getfield javax.el.Util$MatchResult.assignable:I
            ireturn
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/el/Util$MatchResult;

  public int getCoercible();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.el.Util$MatchResult this
         0: .line 785
            aload 0 /* this */
            getfield javax.el.Util$MatchResult.coercible:I
            ireturn
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/el/Util$MatchResult;

  public boolean isBridge();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.el.Util$MatchResult this
         0: .line 789
            aload 0 /* this */
            getfield javax.el.Util$MatchResult.bridge:Z
            ireturn
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/el/Util$MatchResult;

  public int compareTo(javax.el.Util$MatchResult);
    descriptor: (Ljavax/el/Util$MatchResult;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.el.Util$MatchResult this
        start local 1 // javax.el.Util$MatchResult o
         0: .line 794
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getExact:()I
            aload 1 /* o */
            invokevirtual javax.el.Util$MatchResult.getExact:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 2 /* cmp */
        start local 2 // int cmp
         1: .line 795
            iload 2 /* cmp */
            ifne 7
         2: .line 796
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getAssignable:()I
            aload 1 /* o */
            invokevirtual javax.el.Util$MatchResult.getAssignable:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 2 /* cmp */
         3: .line 797
            iload 2 /* cmp */
            ifne 7
         4: .line 798
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getCoercible:()I
            aload 1 /* o */
            invokevirtual javax.el.Util$MatchResult.getCoercible:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 2 /* cmp */
         5: .line 799
            iload 2 /* cmp */
            ifne 7
         6: .line 804
            aload 1 /* o */
            invokevirtual javax.el.Util$MatchResult.isBridge:()Z
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.isBridge:()Z
            invokestatic java.lang.Boolean.compare:(ZZ)I
            istore 2 /* cmp */
         7: .line 808
      StackMap locals: int
      StackMap stack:
            iload 2 /* cmp */
            ireturn
        end local 2 // int cmp
        end local 1 // javax.el.Util$MatchResult o
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/el/Util$MatchResult;
            0    8     1     o  Ljavax/el/Util$MatchResult;
            1    8     2   cmp  I
    MethodParameters:
      Name  Flags
      o     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.el.Util$MatchResult this
        start local 1 // java.lang.Object o
         0: .line 814
            aload 1 /* o */
            aload 0 /* this */
            if_acmpeq 7
            aload 1 /* o */
            ifnull 6
         1: .line 815
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         2: .line 816
            aload 1 /* o */
            checkcast javax.el.Util$MatchResult
            invokevirtual javax.el.Util$MatchResult.getExact:()I
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getExact:()I
            if_icmpne 6
         3: .line 817
            aload 1 /* o */
            checkcast javax.el.Util$MatchResult
            invokevirtual javax.el.Util$MatchResult.getAssignable:()I
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getAssignable:()I
            if_icmpne 6
         4: .line 818
            aload 1 /* o */
            checkcast javax.el.Util$MatchResult
            invokevirtual javax.el.Util$MatchResult.getCoercible:()I
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getCoercible:()I
            if_icmpne 6
         5: .line 819
            aload 1 /* o */
            checkcast javax.el.Util$MatchResult
            invokevirtual javax.el.Util$MatchResult.isBridge:()Z
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.isBridge:()Z
            if_icmpeq 7
         6: .line 814
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/el/Util$MatchResult;
            0    8     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.el.Util$MatchResult this
         0: .line 825
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.isBridge:()Z
            ifeq 1
            ldc 16777216
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 826
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getExact:()I
            bipush 16
            ishl
         3: .line 825
            ixor
         4: .line 827
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getAssignable:()I
            bipush 8
            ishl
         5: .line 825
            ixor
         6: .line 828
            aload 0 /* this */
            invokevirtual javax.el.Util$MatchResult.getCoercible:()I
         7: .line 825
            ixor
            ireturn
        end local 0 // javax.el.Util$MatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/el/Util$MatchResult;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javax.el.Util$MatchResult
            invokevirtual javax.el.Util$MatchResult.compareTo:(Ljavax/el/Util$MatchResult;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Ljavax/el/Util$MatchResult;>;
SourceFile: "Util.java"
NestHost: javax.el.Util
InnerClasses:
  private MatchResult = javax.el.Util$MatchResult of javax.el.Util