class org.apache.fop.fo.FOText$MapRange
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.fop.fo.FOText$MapRange
  super_class: java.lang.Object
{
  private int start;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int end;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.FOText$MapRange this
        start local 1 // int start
        start local 2 // int end
         0: .line 842
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 843
            aload 0 /* this */
            iload 1 /* start */
            putfield org.apache.fop.fo.FOText$MapRange.start:I
         2: .line 844
            aload 0 /* this */
            iload 2 /* end */
            putfield org.apache.fop.fo.FOText$MapRange.end:I
         3: .line 845
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.apache.fop.fo.FOText$MapRange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/fop/fo/FOText$MapRange;
            0    4     1  start  I
            0    4     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.FOText$MapRange this
         0: .line 847
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText$MapRange.start:I
            bipush 31
            imul
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText$MapRange.end:I
            iadd
            ireturn
        end local 0 // org.apache.fop.fo.FOText$MapRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/FOText$MapRange;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.fop.fo.FOText$MapRange this
        start local 1 // java.lang.Object o
         0: .line 850
            aload 1 /* o */
            instanceof org.apache.fop.fo.FOText$MapRange
            ifeq 4
         1: .line 851
            aload 1 /* o */
            checkcast org.apache.fop.fo.FOText$MapRange
            astore 2 /* r */
        start local 2 // org.apache.fop.fo.FOText$MapRange r
         2: .line 852
            aload 2 /* r */
            getfield org.apache.fop.fo.FOText$MapRange.start:I
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText$MapRange.start:I
            if_icmpne 3
            aload 2 /* r */
            getfield org.apache.fop.fo.FOText$MapRange.end:I
            aload 0 /* this */
            getfield org.apache.fop.fo.FOText$MapRange.end:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: org.apache.fop.fo.FOText$MapRange
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.apache.fop.fo.FOText$MapRange r
         4: .line 854
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.fop.fo.FOText$MapRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/fo/FOText$MapRange;
            0    5     1     o  Ljava/lang/Object;
            2    4     2     r  Lorg/apache/fop/fo/FOText$MapRange;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "FOText.java"
NestHost: org.apache.fop.fo.FOText
InnerClasses:
  private MapRange = org.apache.fop.fo.FOText$MapRange of org.apache.fop.fo.FOText