class org.apache.lucene.spatial.query.SpatialOperation$2 extends org.apache.lucene.spatial.query.SpatialOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.query.SpatialOperation$2
  super_class: org.apache.lucene.spatial.query.SpatialOperation
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.query.SpatialOperation$2 this
        start local 1 // java.lang.String $anonymous0
         0: .line 62
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.apache.lucene.spatial.query.SpatialOperation.<init>:(Ljava/lang/String;)V
         1: .line 64
            aload 0 /* this */
            ldc "BBoxCoveredBy"
            invokevirtual org.apache.lucene.spatial.query.SpatialOperation$2.register:(Ljava/lang/String;)V
         2: .line 62
            return
        end local 1 // java.lang.String $anonymous0
        end local 0 // org.apache.lucene.spatial.query.SpatialOperation$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/lucene/spatial/query/SpatialOperation$2;
            0    3     1  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public boolean evaluate(org.locationtech.spatial4j.shape.Shape, org.locationtech.spatial4j.shape.Shape);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;Lorg/locationtech/spatial4j/shape/Shape;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.query.SpatialOperation$2 this
        start local 1 // org.locationtech.spatial4j.shape.Shape indexedShape
        start local 2 // org.locationtech.spatial4j.shape.Shape queryShape
         0: .line 68
            aload 1 /* indexedShape */
            invokeinterface org.locationtech.spatial4j.shape.Shape.getBoundingBox:()Lorg/locationtech/spatial4j/shape/Rectangle;
            astore 3 /* bbox */
        start local 3 // org.locationtech.spatial4j.shape.Rectangle bbox
         1: .line 69
            aload 3 /* bbox */
            aload 2 /* queryShape */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            if_acmpeq 2
            aload 3 /* bbox */
            aload 2 /* queryShape */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.equals:(Ljava/lang/Object;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: org.locationtech.spatial4j.shape.Rectangle
      StackMap stack:
         2: iconst_1
            ireturn
        end local 3 // org.locationtech.spatial4j.shape.Rectangle bbox
        end local 2 // org.locationtech.spatial4j.shape.Shape queryShape
        end local 1 // org.locationtech.spatial4j.shape.Shape indexedShape
        end local 0 // org.apache.lucene.spatial.query.SpatialOperation$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/lucene/spatial/query/SpatialOperation$2;
            0    3     1  indexedShape  Lorg/locationtech/spatial4j/shape/Shape;
            0    3     2    queryShape  Lorg/locationtech/spatial4j/shape/Shape;
            1    3     3          bbox  Lorg/locationtech/spatial4j/shape/Rectangle;
    MethodParameters:
              Name  Flags
      indexedShape  
      queryShape    
}
SourceFile: "SpatialOperation.java"
EnclosingMethod: org.apache.lucene.spatial.query.SpatialOperation
NestHost: org.apache.lucene.spatial.query.SpatialOperation
InnerClasses:
  org.apache.lucene.spatial.query.SpatialOperation$2