class org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean extends org.aspectj.util.FuzzyBoolean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean
  super_class: org.aspectj.util.FuzzyBoolean
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 95
            aload 0 /* this */
            invokespecial org.aspectj.util.FuzzyBoolean.<init>:()V
            return
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public boolean alwaysFalse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 97
            iconst_1
            ireturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public boolean alwaysTrue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 101
            iconst_0
            ireturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public boolean maybeFalse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 106
            iconst_1
            ireturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public boolean maybeTrue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 110
            iconst_0
            ireturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public org.aspectj.util.FuzzyBoolean and(org.aspectj.util.FuzzyBoolean);
    descriptor: (Lorg/aspectj/util/FuzzyBoolean;)Lorg/aspectj/util/FuzzyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
        start local 1 // org.aspectj.util.FuzzyBoolean other
         0: .line 114
            aload 0 /* this */
            areturn
        end local 1 // org.aspectj.util.FuzzyBoolean other
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;
            0    1     1  other  Lorg/aspectj/util/FuzzyBoolean;
    MethodParameters:
       Name  Flags
      other  

  public org.aspectj.util.FuzzyBoolean not();
    descriptor: ()Lorg/aspectj/util/FuzzyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 118
            aload 0 /* this */
            areturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;

  public org.aspectj.util.FuzzyBoolean or(org.aspectj.util.FuzzyBoolean);
    descriptor: (Lorg/aspectj/util/FuzzyBoolean;)Lorg/aspectj/util/FuzzyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
        start local 1 // org.aspectj.util.FuzzyBoolean other
         0: .line 122
            aload 0 /* this */
            areturn
        end local 1 // org.aspectj.util.FuzzyBoolean other
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;
            0    1     1  other  Lorg/aspectj/util/FuzzyBoolean;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
         0: .line 126
            ldc "NEVER"
            areturn
        end local 0 // org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$NeverFuzzyBoolean;
}
SourceFile: "FuzzyBoolean.java"
NestHost: org.aspectj.util.FuzzyBoolean
InnerClasses:
  private NeverFuzzyBoolean = org.aspectj.util.FuzzyBoolean$NeverFuzzyBoolean of org.aspectj.util.FuzzyBoolean