public class org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound implements org.apache.lucene.spatial3d.geom.Membership
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound
super_class: java.lang.Object
{
final org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle this$0;
descriptor: Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle$EitherBound;
MethodParameters:
Name Flags
this$0 final
public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle$EitherBound;
0 2 1 v Lorg/apache/lucene/spatial3d/geom/Vector;
MethodParameters:
Name Flags
v final
public boolean isWithin(double, double, double);
descriptor: (DDD)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
dload 1
dload 3
dload 5
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
ifne 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle;
getfield org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
dload 1
dload 3
dload 5
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoWideSouthRectangle$EitherBound;
0 2 1 x D
0 2 3 y D
0 2 5 z D
MethodParameters:
Name Flags
x final
y final
z final
}
SourceFile: "GeoWideSouthRectangle.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle
InnerClasses:
protected EitherBound = org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound of org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle