class io.ebeaninternal.api.NoopQueryBindCapture implements io.ebeaninternal.api.SpiQueryBindCapture
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.api.NoopQueryBindCapture
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
         0: .line 5
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/NoopQueryBindCapture;

  public boolean collectFor(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
        start local 1 // long timeMicros
         0: .line 9
            iconst_0
            ireturn
        end local 1 // long timeMicros
        end local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/ebeaninternal/api/NoopQueryBindCapture;
            0    1     1  timeMicros  J
    MethodParameters:
            Name  Flags
      timeMicros  

  public void setBind(io.ebeaninternal.server.type.bindcapture.BindCapture, long, long);
    descriptor: (Lio/ebeaninternal/server/type/bindcapture/BindCapture;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=4
        start local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
        start local 1 // io.ebeaninternal.server.type.bindcapture.BindCapture bindCapture
        start local 2 // long timeMicros
        start local 4 // long startNanos
         0: .line 15
            return
        end local 4 // long startNanos
        end local 2 // long timeMicros
        end local 1 // io.ebeaninternal.server.type.bindcapture.BindCapture bindCapture
        end local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/ebeaninternal/api/NoopQueryBindCapture;
            0    1     1  bindCapture  Lio/ebeaninternal/server/type/bindcapture/BindCapture;
            0    1     2   timeMicros  J
            0    1     4   startNanos  J
    MethodParameters:
             Name  Flags
      bindCapture  
      timeMicros   
      startNanos   

  public void queryPlanInit(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
        start local 1 // long thresholdMicros
         0: .line 20
            return
        end local 1 // long thresholdMicros
        end local 0 // io.ebeaninternal.api.NoopQueryBindCapture this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/ebeaninternal/api/NoopQueryBindCapture;
            0    1     1  thresholdMicros  J
    MethodParameters:
                 Name  Flags
      thresholdMicros  
}
SourceFile: "NoopQueryBindCapture.java"