class org.apache.lucene.spatial.query.SpatialOperation$1 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$1
  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$1 this
        start local 1 // java.lang.String $anonymous0
         0: .line 55
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.apache.lucene.spatial.query.SpatialOperation.<init>:(Ljava/lang/String;)V
            return
        end local 1 // java.lang.String $anonymous0
        end local 0 // org.apache.lucene.spatial.query.SpatialOperation$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial/query/SpatialOperation$1;
            0    1     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=3, args_size=3
        start local 0 // org.apache.lucene.spatial.query.SpatialOperation$1 this
        start local 1 // org.locationtech.spatial4j.shape.Shape indexedShape
        start local 2 // org.locationtech.spatial4j.shape.Shape queryShape
         0: .line 58
            aload 1 /* indexedShape */
            invokeinterface org.locationtech.spatial4j.shape.Shape.getBoundingBox:()Lorg/locationtech/spatial4j/shape/Rectangle;
            aload 2 /* queryShape */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
            ireturn
        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$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/lucene/spatial/query/SpatialOperation$1;
            0    1     1  indexedShape  Lorg/locationtech/spatial4j/shape/Shape;
            0    1     2    queryShape  Lorg/locationtech/spatial4j/shape/Shape;
    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$1