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 start local 1 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial.query.SpatialOperation.<init>:(Ljava/lang/String;)V
1: aload 0
ldc "BBoxCoveredBy"
invokevirtual org.apache.lucene.spatial.query.SpatialOperation$2.register:(Ljava/lang/String;)V
2: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 1
invokeinterface org.locationtech.spatial4j.shape.Shape.getBoundingBox:()Lorg/locationtech/spatial4j/shape/Rectangle;
astore 3
start local 3 1: aload 3
aload 2
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
aload 2
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 end local 2 end local 1 end local 0 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