class org.aspectj.bridge.MessageUtil$11 implements org.aspectj.bridge.IMessageHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.aspectj.bridge.MessageUtil$11
  super_class: java.lang.Object
{
  private final boolean val$orGreater;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.aspectj.bridge.IMessage$Kind val$kind;
    descriptor: Lorg/aspectj/bridge/IMessage$Kind;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(boolean, org.aspectj.bridge.IMessage$Kind);
    descriptor: (ZLorg/aspectj/bridge/IMessage$Kind;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.aspectj.bridge.MessageUtil$11 this
         0: .line 362
            aload 0 /* this */
            iload 1
            putfield org.aspectj.bridge.MessageUtil$11.val$orGreater:Z
            aload 0 /* this */
            aload 2
            putfield org.aspectj.bridge.MessageUtil$11.val$kind:Lorg/aspectj/bridge/IMessage$Kind;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.aspectj.bridge.MessageUtil$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/bridge/MessageUtil$11;
    MethodParameters:
               Name  Flags
      val$orGreater  final
      val$kind       final

  public boolean handleMessage(org.aspectj.bridge.IMessage);
    descriptor: (Lorg/aspectj/bridge/IMessage;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.aspectj.bridge.MessageUtil$11 this
        start local 1 // org.aspectj.bridge.IMessage message
         0: .line 364
            aload 1 /* message */
            invokeinterface org.aspectj.bridge.IMessage.getKind:()Lorg/aspectj/bridge/IMessage$Kind;
            astore 2 /* test */
        start local 2 // org.aspectj.bridge.IMessage$Kind test
         1: .line 365
            aload 0 /* this */
            getfield org.aspectj.bridge.MessageUtil$11.val$orGreater:Z
            ifeq 2
            aload 0 /* this */
            getfield org.aspectj.bridge.MessageUtil$11.val$kind:Lorg/aspectj/bridge/IMessage$Kind;
            aload 2 /* test */
            invokevirtual org.aspectj.bridge.IMessage$Kind.isSameOrLessThan:(Lorg/aspectj/bridge/IMessage$Kind;)Z
            ifeq 4
            goto 3
      StackMap locals: org.aspectj.bridge.IMessage$Kind
      StackMap stack:
         2: aload 0 /* this */
            getfield org.aspectj.bridge.MessageUtil$11.val$kind:Lorg/aspectj/bridge/IMessage$Kind;
            aload 2 /* test */
            if_acmpne 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // org.aspectj.bridge.IMessage$Kind test
        end local 1 // org.aspectj.bridge.IMessage message
        end local 0 // org.aspectj.bridge.MessageUtil$11 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/aspectj/bridge/MessageUtil$11;
            0    6     1  message  Lorg/aspectj/bridge/IMessage;
            1    6     2     test  Lorg/aspectj/bridge/IMessage$Kind;
    MethodParameters:
         Name  Flags
      message  

  public boolean isIgnoring(org.aspectj.bridge.IMessage$Kind);
    descriptor: (Lorg/aspectj/bridge/IMessage$Kind;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.aspectj.bridge.MessageUtil$11 this
        start local 1 // org.aspectj.bridge.IMessage$Kind kind
         0: .line 369
            iconst_0
            ireturn
        end local 1 // org.aspectj.bridge.IMessage$Kind kind
        end local 0 // org.aspectj.bridge.MessageUtil$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/bridge/MessageUtil$11;
            0    1     1  kind  Lorg/aspectj/bridge/IMessage$Kind;
    MethodParameters:
      Name  Flags
      kind  

  public void dontIgnore(org.aspectj.bridge.IMessage$Kind);
    descriptor: (Lorg/aspectj/bridge/IMessage$Kind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.aspectj.bridge.MessageUtil$11 this
        start local 1 // org.aspectj.bridge.IMessage$Kind kind
         0: .line 374
            return
        end local 1 // org.aspectj.bridge.IMessage$Kind kind
        end local 0 // org.aspectj.bridge.MessageUtil$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/bridge/MessageUtil$11;
            0    1     1  kind  Lorg/aspectj/bridge/IMessage$Kind;
    MethodParameters:
      Name  Flags
      kind  

  public void ignore(org.aspectj.bridge.IMessage$Kind);
    descriptor: (Lorg/aspectj/bridge/IMessage$Kind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.aspectj.bridge.MessageUtil$11 this
        start local 1 // org.aspectj.bridge.IMessage$Kind kind
         0: .line 377
            return
        end local 1 // org.aspectj.bridge.IMessage$Kind kind
        end local 0 // org.aspectj.bridge.MessageUtil$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/bridge/MessageUtil$11;
            0    1     1  kind  Lorg/aspectj/bridge/IMessage$Kind;
    MethodParameters:
      Name  Flags
      kind  
}
SourceFile: "MessageUtil.java"
EnclosingMethod: org.aspectj.bridge.MessageUtil.getMessagesExcept:(Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessage$Kind;Z)[Lorg/aspectj/bridge/IMessage;
NestHost: org.aspectj.bridge.MessageUtil
InnerClasses:
  public final Kind = org.aspectj.bridge.IMessage$Kind of org.aspectj.bridge.IMessage
  org.aspectj.bridge.MessageUtil$11