public class org.apache.lucene.index.QueryTimeoutImpl implements org.apache.lucene.index.QueryTimeout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.index.QueryTimeoutImpl
  super_class: java.lang.Object
{
  private java.lang.Long timeoutAt;
    descriptor: Ljava/lang/Long;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.QueryTimeoutImpl this
        start local 1 // long timeAllowed
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            lload 1 /* timeAllowed */
            lconst_0
            lcmp
            ifge 3
         2: .line 44
            ldc 9223372036854775807
            lstore 1 /* timeAllowed */
         3: .line 46
      StackMap locals: org.apache.lucene.index.QueryTimeoutImpl long
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            lload 1 /* timeAllowed */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            ladd
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            putfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
         4: .line 47
            return
        end local 1 // long timeAllowed
        end local 0 // org.apache.lucene.index.QueryTimeoutImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/lucene/index/QueryTimeoutImpl;
            0    5     1  timeAllowed  J
    MethodParameters:
             Name  Flags
      timeAllowed  

  public java.lang.Long getTimeoutAt();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.QueryTimeoutImpl this
         0: .line 55
            aload 0 /* this */
            getfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
            areturn
        end local 0 // org.apache.lucene.index.QueryTimeoutImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/QueryTimeoutImpl;

  public boolean shouldExit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.QueryTimeoutImpl this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
            ifnull 1
            invokestatic java.lang.System.nanoTime:()J
            aload 0 /* this */
            getfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lsub
            lconst_0
            lcmp
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.index.QueryTimeoutImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/QueryTimeoutImpl;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.QueryTimeoutImpl this
         0: .line 71
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
         1: .line 72
            return
        end local 0 // org.apache.lucene.index.QueryTimeoutImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/QueryTimeoutImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.QueryTimeoutImpl this
         0: .line 76
            new java.lang.StringBuilder
            dup
            ldc "timeoutAt: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.QueryTimeoutImpl.timeoutAt:Ljava/lang/Long;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " (System.nanoTime(): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokestatic java.lang.System.nanoTime:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.index.QueryTimeoutImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/QueryTimeoutImpl;
}
SourceFile: "QueryTimeoutImpl.java"