public class io.ebean.typequery.PBoolean<R> extends io.ebean.typequery.PBaseValueEqual<R, java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebean.typequery.PBoolean
  super_class: io.ebean.typequery.PBaseValueEqual
{
  public void <init>(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.PBoolean this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object root
         0: .line 17
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* root */
            invokespecial io.ebean.typequery.PBaseValueEqual.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 18
            return
        end local 2 // java.lang.Object root
        end local 1 // java.lang.String name
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebean/typequery/PBoolean<TR;>;
            0    2     1  name  Ljava/lang/String;
            0    2     2  root  TR;
    Signature: (Ljava/lang/String;TR;)V
    MethodParameters:
      Name  Flags
      name  
      root  

  public void <init>(java.lang.String, R, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.ebean.typequery.PBoolean this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object root
        start local 3 // java.lang.String prefix
         0: .line 24
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* root */
            aload 3 /* prefix */
            invokespecial io.ebean.typequery.PBaseValueEqual.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 25
            return
        end local 3 // java.lang.String prefix
        end local 2 // java.lang.Object root
        end local 1 // java.lang.String name
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/ebean/typequery/PBoolean<TR;>;
            0    2     1    name  Ljava/lang/String;
            0    2     2    root  TR;
            0    2     3  prefix  Ljava/lang/String;
    Signature: (Ljava/lang/String;TR;Ljava/lang/String;)V
    MethodParameters:
        Name  Flags
      name    
      root    
      prefix  

  public R isTrue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.PBoolean this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method expr() from the type TQProperty<R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PBoolean<TR;>;
    Signature: ()TR;

  public R isFalse();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.PBoolean this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method expr() from the type TQProperty<R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PBoolean<TR;>;
    Signature: ()TR;

  public R is();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.PBoolean this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method expr() from the type TQProperty<R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PBoolean<TR;>;
    Signature: (Z)TR;
    MethodParameters:
       Name  Flags
      value  

  public R eq();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.PBoolean this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method expr() from the type TQProperty<R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PBoolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PBoolean<TR;>;
    Signature: (Z)TR;
    MethodParameters:
       Name  Flags
      value  
}
Signature: <R:Ljava/lang/Object;>Lio/ebean/typequery/PBaseValueEqual<TR;Ljava/lang/Boolean;>;
SourceFile: "PBoolean.java"