public class io.ebean.typequery.PInet<R> extends io.ebean.typequery.PBaseValueEqual<R, Inet>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebean.typequery.PInet
  super_class: java.lang.Object
{
  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.PInet this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.types cannot be resolved\n\tInet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PInet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PInet<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=3, locals=4, args_size=4
        start local 0 // io.ebean.typequery.PInet this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.types cannot be resolved\n\tInet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.PInet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/PInet<TR;>;
    Signature: (Ljava/lang/String;TR;Ljava/lang/String;)V
    MethodParameters:
        Name  Flags
      name    
      root    
      prefix  
}
Signature: <R:Ljava/lang/Object;>Lio/ebean/typequery/PBaseValueEqual<TR;LInet;>;
SourceFile: "PInet.java"