class org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean extends org.aspectj.util.FuzzyBoolean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean
  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$YesFuzzyBoolean this
         0: .line 28
            aload 0 /* this */
            invokespecial org.aspectj.util.FuzzyBoolean.<init>:()V
            return
        end local 0 // org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$YesFuzzyBoolean;

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

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

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

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

  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$YesFuzzyBoolean this
        start local 1 // org.aspectj.util.FuzzyBoolean other
         0: .line 46
            aload 1 /* other */
            areturn
        end local 1 // org.aspectj.util.FuzzyBoolean other
        end local 0 // org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/aspectj/util/FuzzyBoolean$YesFuzzyBoolean;
            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$YesFuzzyBoolean this
         0: .line 50
            getstatic org.aspectj.util.FuzzyBoolean.NO:Lorg/aspectj/util/FuzzyBoolean;
            areturn
        end local 0 // org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$YesFuzzyBoolean;

  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$YesFuzzyBoolean this
        start local 1 // org.aspectj.util.FuzzyBoolean other
         0: .line 54
            aload 0 /* this */
            areturn
        end local 1 // org.aspectj.util.FuzzyBoolean other
        end local 0 // org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/aspectj/util/FuzzyBoolean$YesFuzzyBoolean;
            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$YesFuzzyBoolean this
         0: .line 58
            ldc "YES"
            areturn
        end local 0 // org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/util/FuzzyBoolean$YesFuzzyBoolean;
}
SourceFile: "FuzzyBoolean.java"
NestHost: org.aspectj.util.FuzzyBoolean
InnerClasses:
  private YesFuzzyBoolean = org.aspectj.util.FuzzyBoolean$YesFuzzyBoolean of org.aspectj.util.FuzzyBoolean