public class org.apache.batik.svggen.font.table.CmapFormat0 extends org.apache.batik.svggen.font.table.CmapFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.svggen.font.table.CmapFormat0
  super_class: org.apache.batik.svggen.font.table.CmapFormat
{
  private int[] glyphIdArray;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  protected void <init>(java.io.RandomAccessFile);
    descriptor: (Ljava/io/RandomAccessFile;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
        start local 1 // java.io.RandomAccessFile raf
         0: .line 36
            aload 0 /* this */
            aload 1 /* raf */
            invokespecial org.apache.batik.svggen.font.table.CmapFormat.<init>:(Ljava/io/RandomAccessFile;)V
         1: .line 32
            aload 0 /* this */
            sipush 256
            newarray 10
            putfield org.apache.batik.svggen.font.table.CmapFormat0.glyphIdArray:[I
         2: .line 37
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.svggen.font.table.CmapFormat0.format:I
         3: .line 38
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.svggen.font.table.CmapFormat0.first:I
         4: .line 39
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 11
         6: .line 40
      StackMap locals: org.apache.batik.svggen.font.table.CmapFormat0 java.io.RandomAccessFile int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.glyphIdArray:[I
            iload 2 /* i */
            aload 1 /* raf */
            invokevirtual java.io.RandomAccessFile.readUnsignedByte:()I
            iastore
         7: .line 41
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.glyphIdArray:[I
            iload 2 /* i */
            iaload
            ifle 10
         8: .line 42
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.first:I
            iconst_m1
            if_icmpne 9
            aload 0 /* this */
            iload 2 /* i */
            putfield org.apache.batik.svggen.font.table.CmapFormat0.first:I
         9: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            putfield org.apache.batik.svggen.font.table.CmapFormat0.last:I
        10: .line 39
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            sipush 256
            if_icmplt 6
        end local 2 // int i
        12: .line 46
            return
        end local 1 // java.io.RandomAccessFile raf
        end local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/batik/svggen/font/table/CmapFormat0;
            0   13     1   raf  Ljava/io/RandomAccessFile;
            5   12     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      raf   

  public int getFirst();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.first:I
            ireturn
        end local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/CmapFormat0;

  public int getLast();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
         0: .line 49
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.last:I
            ireturn
        end local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/CmapFormat0;

  public int mapCharCode(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
        start local 1 // int charCode
         0: .line 52
            iload 1 /* charCode */
            iflt 2
            iload 1 /* charCode */
            sipush 256
            if_icmpge 2
         1: .line 53
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.CmapFormat0.glyphIdArray:[I
            iload 1 /* charCode */
            iaload
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int charCode
        end local 0 // org.apache.batik.svggen.font.table.CmapFormat0 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/batik/svggen/font/table/CmapFormat0;
            0    3     1  charCode  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CmapFormat0.java"