public interface org.apache.lucene.spatial3d.geom.Membership
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.lucene.spatial3d.geom.Membership
super_class: java.lang.Object
{
public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.x:D
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.y:D
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.z:D
invokeinterface org.apache.lucene.spatial3d.geom.Membership.isWithin:(DDD)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/Membership;
0 1 1 point Lorg/apache/lucene/spatial3d/geom/Vector;
MethodParameters:
Name Flags
point final
public abstract boolean isWithin(double, double, double);
descriptor: (DDD)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
x final
y final
z final
}
SourceFile: "Membership.java"