class org.apache.lucene.spatial.query.SpatialOperation$8 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$8
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
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/query/SpatialOperation$8;
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 start local 1 start local 2 0: aload 1
aload 2
invokeinterface org.locationtech.spatial4j.shape.Shape.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
getstatic org.locationtech.spatial4j.shape.SpatialRelation.INTERSECTS:Lorg/locationtech/spatial4j/shape/SpatialRelation;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/query/SpatialOperation$8;
0 2 1 indexedShape Lorg/locationtech/spatial4j/shape/Shape;
0 2 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$8