public class org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$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.GeoWideNorthRectangle$EitherBound
  super_class: java.lang.Object
{
  final org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle this$0;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
         0: .line 268
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 269
            return
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle$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 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector v
         0: .line 273
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 1 /* v */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 1 /* v */
            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 // org.apache.lucene.spatial3d.geom.Vector v
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle$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 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 278
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.this$0:Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle;
            getfield org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            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 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideNorthRectangle$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: "GeoWideNorthRectangle.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle
InnerClasses:
  protected EitherBound = org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound of org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle