public abstract class org.apache.lucene.spatial.prefix.tree.LegacyCell implements org.apache.lucene.spatial.prefix.tree.CellCanPrune
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.spatial.prefix.tree.LegacyCell
super_class: java.lang.Object
{
private static final byte LEAF_BYTE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 43
protected byte[] bytes;
descriptor: [B
flags: (0x0004) ACC_PROTECTED
protected int b_off;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int b_len;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected boolean isLeaf;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected org.locationtech.spatial4j.shape.SpatialRelation shapeRel;
descriptor: Lorg/locationtech/spatial4j/shape/SpatialRelation;
flags: (0x0004) ACC_PROTECTED
protected org.locationtech.spatial4j.shape.Shape shape;
descriptor: Lorg/locationtech/spatial4j/shape/Shape;
flags: (0x0004) ACC_PROTECTED
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: ldc Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
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.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(byte[], int, int);
descriptor: ([BII)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
2: aload 0
iload 2
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
3: aload 0
iload 3
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
4: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.readLeafAdjust:()V
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 6 1 bytes [B
0 6 2 off I
0 6 3 len I
MethodParameters:
Name Flags
bytes
off
len
protected void readCell(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
1: aload 0
aconst_null
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
2: aload 0
aload 1
getfield org.apache.lucene.util.BytesRef.bytes:[B
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
3: aload 0
aload 1
getfield org.apache.lucene.util.BytesRef.offset:I
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
4: aload 0
aload 1
getfield org.apache.lucene.util.BytesRef.length:I
i2s
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
5: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.readLeafAdjust:()V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 7 1 bytes Lorg/apache/lucene/util/BytesRef;
MethodParameters:
Name Flags
bytes
protected void readLeafAdjust();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
ifle 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
iadd
iconst_1
isub
baload
bipush 43
if_icmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack: org.apache.lucene.spatial.prefix.tree.LegacyCell
1: iconst_0
StackMap locals: org.apache.lucene.spatial.prefix.tree.LegacyCell
StackMap stack: org.apache.lucene.spatial.prefix.tree.LegacyCell int
2: putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
3: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
ifeq 5
4: aload 0
dup
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
iconst_1
isub
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getMaxLevels:()I
if_icmpne 7
6: aload 0
iconst_1
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
protected abstract org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree getGrid();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract int getMaxLevels();
descriptor: ()I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
public org.locationtech.spatial4j.shape.SpatialRelation getShapeRel();
descriptor: ()Lorg/locationtech/spatial4j/shape/SpatialRelation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
public void setShapeRel(org.locationtech.spatial4j.shape.SpatialRelation);
descriptor: (Lorg/locationtech/spatial4j/shape/SpatialRelation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 2 1 rel Lorg/locationtech/spatial4j/shape/SpatialRelation;
MethodParameters:
Name Flags
rel
public boolean isLeaf();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
public void setLeaf();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
public org.apache.lucene.util.BytesRef getTokenBytesWithLeaf(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
astore 1
1: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
ifeq 2
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getMaxLevels:()I
if_icmpne 3
2: StackMap locals:
StackMap stack:
aload 1
areturn
3: StackMap locals:
StackMap stack:
aload 1
getfield org.apache.lucene.util.BytesRef.bytes:[B
arraylength
aload 1
getfield org.apache.lucene.util.BytesRef.offset:I
aload 1
getfield org.apache.lucene.util.BytesRef.length:I
iadd
iconst_1
iadd
if_icmpge 9
4: getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
ifne 5
new java.lang.AssertionError
dup
ldc "Not supposed to happen; performance bug"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
5: StackMap locals:
StackMap stack:
aload 1
getfield org.apache.lucene.util.BytesRef.length:I
iconst_1
iadd
newarray 8
astore 2
start local 2 6: aload 1
getfield org.apache.lucene.util.BytesRef.bytes:[B
aload 1
getfield org.apache.lucene.util.BytesRef.offset:I
aload 2
iconst_0
aload 1
getfield org.apache.lucene.util.BytesRef.length:I
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: aload 1
aload 2
putfield org.apache.lucene.util.BytesRef.bytes:[B
8: aload 1
iconst_0
putfield org.apache.lucene.util.BytesRef.offset:I
end local 2 9: StackMap locals:
StackMap stack:
aload 1
getfield org.apache.lucene.util.BytesRef.bytes:[B
aload 1
getfield org.apache.lucene.util.BytesRef.offset:I
aload 1
dup
getfield org.apache.lucene.util.BytesRef.length:I
dup_x1
iconst_1
iadd
putfield org.apache.lucene.util.BytesRef.length:I
iadd
bipush 43
bastore
10: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 11 1 result Lorg/apache/lucene/util/BytesRef;
6 9 2 copy [B
MethodParameters:
Name Flags
result
public org.apache.lucene.util.BytesRef getTokenBytesNoLeaf(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new org.apache.lucene.util.BytesRef
dup
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
invokespecial org.apache.lucene.util.BytesRef.<init>:([BII)V
areturn
2: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
putfield org.apache.lucene.util.BytesRef.bytes:[B
3: aload 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
putfield org.apache.lucene.util.BytesRef.offset:I
4: aload 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
putfield org.apache.lucene.util.BytesRef.length:I
5: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 6 1 result Lorg/apache/lucene/util/BytesRef;
MethodParameters:
Name Flags
result
public int getLevel();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
public org.apache.lucene.spatial.prefix.tree.CellIterator getNextLevelCells(org.locationtech.spatial4j.shape.Shape);
descriptor: (Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
ifne 1
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.getMaxLevels:()I
if_icmplt 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
instanceof org.locationtech.spatial4j.shape.Point
ifeq 5
2: aload 0
aload 1
checkcast org.locationtech.spatial4j.shape.Point
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getSubCell:(Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
astore 2
start local 2 3: aload 2
getstatic org.locationtech.spatial4j.shape.SpatialRelation.CONTAINS:Lorg/locationtech/spatial4j/shape/SpatialRelation;
putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
4: new org.apache.lucene.spatial.prefix.tree.SingletonCellIterator
dup
aload 2
invokespecial org.apache.lucene.spatial.prefix.tree.SingletonCellIterator.<init>:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
areturn
end local 2 5: StackMap locals:
StackMap stack:
new org.apache.lucene.spatial.prefix.tree.FilterCellIterator
dup
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getSubCells:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
aload 1
invokespecial org.apache.lucene.spatial.prefix.tree.FilterCellIterator.<init>:(Ljava/util/Iterator;Lorg/locationtech/spatial4j/shape/Shape;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 6 1 shapeFilter Lorg/locationtech/spatial4j/shape/Shape;
3 5 2 cell Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
MethodParameters:
Name Flags
shapeFilter
protected abstract org.apache.lucene.spatial.prefix.tree.LegacyCell getSubCell(org.locationtech.spatial4j.shape.Point);
descriptor: (Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
p
protected abstract java.util.Collection<org.apache.lucene.spatial.prefix.tree.Cell> getSubCells();
descriptor: ()Ljava/util/Collection;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Signature: ()Ljava/util/Collection<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
public boolean isPrefixOf(org.apache.lucene.spatial.prefix.tree.Cell);
descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.lucene.spatial.prefix.tree.LegacyCell
astore 2
start local 2 1: aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
invokestatic org.apache.lucene.spatial.prefix.tree.LegacyCell.sliceEquals:([BII[BII)Z
istore 3
start local 3 2: getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
ifne 3
iload 3
aload 1
aconst_null
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
aload 0
aconst_null
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
invokestatic org.apache.lucene.util.StringHelper.startsWith:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)Z
if_icmpeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals: org.apache.lucene.spatial.prefix.tree.LegacyCell int
StackMap stack:
iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 4 1 c Lorg/apache/lucene/spatial/prefix/tree/Cell;
1 4 2 cell Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
2 4 3 result Z
MethodParameters:
Name Flags
c
private static boolean sliceEquals(byte[], int, int, byte[], int, int);
descriptor: ([BII[BII)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iload 2
iload 5
if_icmpge 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 1
istore 6
start local 6 3: iload 4
istore 7
start local 7 4: iload 4
iload 5
iadd
istore 8
start local 8 5: goto 8
6: StackMap locals: int int int
StackMap stack:
aload 0
iload 6
iinc 6 1
baload
aload 3
iload 7
iinc 7 1
baload
if_icmpeq 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iload 7
iload 8
if_icmplt 6
9: iconst_1
ireturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 sliceToTest_bytes [B
0 10 1 sliceToTest_offset I
0 10 2 sliceToTest_length I
0 10 3 other_bytes [B
0 10 4 other_offset I
0 10 5 other_length I
3 10 6 i I
4 10 7 j I
5 10 8 k I
MethodParameters:
Name Flags
sliceToTest_bytes
sliceToTest_offset
sliceToTest_length
other_bytes
other_offset
other_length
public int compareToNoLeaf(org.apache.lucene.spatial.prefix.tree.Cell);
descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.lucene.spatial.prefix.tree.LegacyCell
astore 2
start local 2 1: aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 0
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
aload 2
getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
invokestatic org.apache.lucene.spatial.prefix.tree.LegacyCell.compare:([BII[BII)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 2 1 fromCell Lorg/apache/lucene/spatial/prefix/tree/Cell;
1 2 2 b Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
MethodParameters:
Name Flags
fromCell
protected static int compare(byte[], int, int, byte[], int, int);
descriptor: ([BII[BII)I
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=10, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iload 1
iload 2
iload 5
invokestatic java.lang.Math.min:(II)I
iadd
istore 6
start local 6 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 0
iload 1
iinc 1 1
baload
sipush 255
iand
istore 7
start local 7 3: aload 3
iload 4
iinc 4 1
baload
sipush 255
iand
istore 8
start local 8 4: iload 7
iload 8
isub
istore 9
start local 9 5: iload 9
ifeq 7
6: iload 9
ireturn
end local 9 end local 8 end local 7 7: StackMap locals:
StackMap stack:
iload 1
iload 6
if_icmplt 2
8: iload 2
iload 5
isub
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 aBytes [B
0 9 1 aUpto I
0 9 2 a_length I
0 9 3 bBytes [B
0 9 4 bUpto I
0 9 5 b_length I
1 9 6 aStop I
3 7 7 aByte I
4 7 8 bByte I
5 7 9 diff I
MethodParameters:
Name Flags
aBytes
aUpto
a_length
bBytes
bUpto
b_length
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.apache.lucene.spatial.prefix.tree.Cell
ifeq 3
1: aload 1
checkcast org.apache.lucene.spatial.prefix.tree.Cell
astore 2
start local 2 2: aload 0
aconst_null
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
aload 2
aconst_null
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.util.BytesRef.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
0 4 1 obj Ljava/lang/Object;
2 3 2 cell Lorg/apache/lucene/spatial/prefix/tree/Cell;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.util.BytesRef.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.util.BytesRef.utf8ToString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
}
SourceFile: "LegacyCell.java"