public class org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate extends org.apache.lucene.geo.GeoEncodingUtils$Grid
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate
  super_class: org.apache.lucene.geo.GeoEncodingUtils$Grid
{
  private final org.apache.lucene.geo.Component2D tree;
    descriptor: Lorg/apache/lucene/geo/Component2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 346
            ldc Lorg/apache/lucene/geo/GeoEncodingUtils;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, int, int, int, int, int, byte[], org.apache.lucene.geo.Component2D);
    descriptor: (IIIIII[BLorg/apache/lucene/geo/Component2D;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate this
        start local 1 // int latShift
        start local 2 // int lonShift
        start local 3 // int latBase
        start local 4 // int lonBase
        start local 5 // int maxLatDelta
        start local 6 // int maxLonDelta
        start local 7 // byte[] relations
        start local 8 // org.apache.lucene.geo.Component2D tree
         0: .line 356
            aload 0 /* this */
            iload 1 /* latShift */
            iload 2 /* lonShift */
            iload 3 /* latBase */
            iload 4 /* lonBase */
            iload 5 /* maxLatDelta */
            iload 6 /* maxLonDelta */
            aload 7 /* relations */
            invokespecial org.apache.lucene.geo.GeoEncodingUtils$Grid.<init>:(IIIIII[B)V
         1: .line 357
            aload 0 /* this */
            aload 8 /* tree */
            putfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.tree:Lorg/apache/lucene/geo/Component2D;
         2: .line 358
            return
        end local 8 // org.apache.lucene.geo.Component2D tree
        end local 7 // byte[] relations
        end local 6 // int maxLonDelta
        end local 5 // int maxLatDelta
        end local 4 // int lonBase
        end local 3 // int latBase
        end local 2 // int lonShift
        end local 1 // int latShift
        end local 0 // org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/lucene/geo/GeoEncodingUtils$PolygonPredicate;
            0    3     1     latShift  I
            0    3     2     lonShift  I
            0    3     3      latBase  I
            0    3     4      lonBase  I
            0    3     5  maxLatDelta  I
            0    3     6  maxLonDelta  I
            0    3     7    relations  [B
            0    3     8         tree  Lorg/apache/lucene/geo/Component2D;
    MethodParameters:
             Name  Flags
      latShift     
      lonShift     
      latBase      
      lonBase      
      maxLatDelta  
      maxLonDelta  
      relations    
      tree         

  public boolean test(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate this
        start local 1 // int lat
        start local 2 // int lon
         0: .line 363
            iload 1 /* lat */
            ldc -2147483648
            isub
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.latShift:I
            iushr
            istore 3 /* lat2 */
        start local 3 // int lat2
         1: .line 364
            iload 3 /* lat2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.latBase:I
            if_icmplt 2
            iload 3 /* lat2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.latBase:I
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.maxLatDelta:I
            iadd
            if_icmplt 3
         2: .line 365
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 367
      StackMap locals:
      StackMap stack:
            iload 2 /* lon */
            ldc -2147483648
            isub
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonShift:I
            iushr
            istore 4 /* lon2 */
        start local 4 // int lon2
         4: .line 368
            iload 4 /* lon2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonBase:I
            if_icmpge 6
         5: .line 369
            iload 4 /* lon2 */
            iconst_1
            bipush 32
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonShift:I
            isub
            ishl
            iadd
            istore 4 /* lon2 */
         6: .line 371
      StackMap locals: int
      StackMap stack:
            getstatic org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.$assertionsDisabled:Z
            ifne 7
            iload 4 /* lon2 */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonBase:I
            i2l
            lcmp
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 372
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.$assertionsDisabled:Z
            ifne 8
            iload 4 /* lon2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonBase:I
            isub
            ifge 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 373
      StackMap locals:
      StackMap stack:
            iload 4 /* lon2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonBase:I
            isub
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.maxLonDelta:I
            if_icmplt 10
         9: .line 374
            iconst_0
            ireturn
        10: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.relations:[B
            iload 3 /* lat2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.latBase:I
            isub
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.maxLonDelta:I
            imul
            iload 4 /* lon2 */
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.lonBase:I
            isub
            iadd
            baload
            istore 5 /* relation */
        start local 5 // int relation
        11: .line 378
            iload 5 /* relation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            invokevirtual org.apache.lucene.index.PointValues$Relation.ordinal:()I
            if_icmpne 13
        12: .line 379
            aload 0 /* this */
            getfield org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.tree:Lorg/apache/lucene/geo/Component2D;
            iload 2 /* lon */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLongitude:(I)D
            iload 1 /* lat */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLatitude:(I)D
            invokeinterface org.apache.lucene.geo.Component2D.contains:(DD)Z
            ireturn
        13: .line 381
      StackMap locals: int
      StackMap stack:
            iload 5 /* relation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            invokevirtual org.apache.lucene.index.PointValues$Relation.ordinal:()I
            if_icmpne 14
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_0
            ireturn
        end local 5 // int relation
        end local 4 // int lon2
        end local 3 // int lat2
        end local 2 // int lon
        end local 1 // int lat
        end local 0 // org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/apache/lucene/geo/GeoEncodingUtils$PolygonPredicate;
            0   15     1       lat  I
            0   15     2       lon  I
            1   15     3      lat2  I
            4   15     4      lon2  I
           11   15     5  relation  I
    MethodParameters:
      Name  Flags
      lat   
      lon   
}
SourceFile: "GeoEncodingUtils.java"
NestHost: org.apache.lucene.geo.GeoEncodingUtils
InnerClasses:
  private Grid = org.apache.lucene.geo.GeoEncodingUtils$Grid of org.apache.lucene.geo.GeoEncodingUtils
  public PolygonPredicate = org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate of org.apache.lucene.geo.GeoEncodingUtils
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues