public class io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl implements io.vertx.ext.auth.authorization.NotAuthorization
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl
  super_class: java.lang.Object
{
  private io.vertx.ext.auth.authorization.Authorization authorization;
    descriptor: Lio/vertx/ext/auth/authorization/Authorization;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            return
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;

  public void <init>(io.vertx.ext.auth.authorization.Authorization);
    descriptor: (Lio/vertx/ext/auth/authorization/Authorization;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
        start local 1 // io.vertx.ext.auth.authorization.Authorization authorization
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* authorization */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.auth.authorization.Authorization
            putfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
         2: .line 30
            return
        end local 1 // io.vertx.ext.auth.authorization.Authorization authorization
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;
            0    3     1  authorization  Lio/vertx/ext/auth/authorization/Authorization;
    MethodParameters:
               Name  Flags
      authorization  

  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 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
        start local 1 // java.lang.Object obj
         0: .line 34
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 35
            iconst_1
            ireturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl
            ifne 4
         3: .line 37
            iconst_0
            ireturn
         4: .line 38
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl
            astore 2 /* other */
        start local 2 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl other
         5: .line 39
            aload 0 /* this */
            getfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
            aload 2 /* other */
            getfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl other
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;
            0    6     1    obj  Ljava/lang/Object;
            5    6     2  other  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;
    MethodParameters:
      Name  Flags
      obj   

  public io.vertx.ext.auth.authorization.Authorization getAuthorization();
    descriptor: ()Lio/vertx/ext/auth/authorization/Authorization;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
            areturn
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
         0: .line 49
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;

  public boolean match(io.vertx.ext.auth.authorization.AuthorizationContext);
    descriptor: (Lio/vertx/ext/auth/authorization/AuthorizationContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
        start local 1 // io.vertx.ext.auth.authorization.AuthorizationContext context
         0: .line 54
            aload 1 /* context */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 56
            aload 0 /* this */
            getfield io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.authorization:Lio/vertx/ext/auth/authorization/Authorization;
            aload 1 /* context */
            invokeinterface io.vertx.ext.auth.authorization.Authorization.match:(Lio/vertx/ext/auth/authorization/AuthorizationContext;)Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // io.vertx.ext.auth.authorization.AuthorizationContext context
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;
            0    4     1  context  Lio/vertx/ext/auth/authorization/AuthorizationContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean verify(io.vertx.ext.auth.authorization.Authorization);
    descriptor: (Lio/vertx/ext/auth/authorization/Authorization;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
        start local 1 // io.vertx.ext.auth.authorization.Authorization authorization
         0: .line 61
            aload 0 /* this */
            aload 1 /* authorization */
            invokevirtual io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // io.vertx.ext.auth.authorization.Authorization authorization
        end local 0 // io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/auth/authorization/impl/NotAuthorizationImpl;
            0    3     1  authorization  Lio/vertx/ext/auth/authorization/Authorization;
    MethodParameters:
               Name  Flags
      authorization  
}
SourceFile: "NotAuthorizationImpl.java"