public class org.apache.batik.ext.awt.image.TableTransfer implements org.apache.batik.ext.awt.image.TransferFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.TableTransfer
  super_class: java.lang.Object
{
  public byte[] lutData;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public int[] tableValues;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

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

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.TableTransfer this
        start local 1 // int[] tableValues
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* tableValues */
            putfield org.apache.batik.ext.awt.image.TableTransfer.tableValues:[I
         2: .line 54
            aload 0 /* this */
            aload 1 /* tableValues */
            arraylength
            putfield org.apache.batik.ext.awt.image.TableTransfer.n:I
         3: .line 55
            return
        end local 1 // int[] tableValues
        end local 0 // org.apache.batik.ext.awt.image.TableTransfer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/batik/ext/awt/image/TableTransfer;
            0    4     1  tableValues  [I
    MethodParameters:
             Name  Flags
      tableValues  

  private void buildLutData();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.TableTransfer this
         0: .line 63
            aload 0 /* this */
            sipush 256
            newarray 8
            putfield org.apache.batik.ext.awt.image.TableTransfer.lutData:[B
         1: .line 72
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         2: goto 11
         3: .line 73
      StackMap locals: int
      StackMap stack:
            iload 1 /* j */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.n:I
            iconst_1
            isub
            imul
            i2f
            ldc 255.0
            fdiv
            fstore 2 /* fi */
        start local 2 // float fi
         4: .line 74
            fload 2 /* fi */
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 4 /* ffi */
        start local 4 // int ffi
         5: .line 75
            iload 4 /* ffi */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.n:I
            iconst_1
            isub
            if_icmple 6
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.n:I
            iconst_1
            isub
            goto 7
      StackMap locals: org.apache.batik.ext.awt.image.TableTransfer int float top int
      StackMap stack:
         6: iload 4 /* ffi */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* cfi */
        start local 5 // int cfi
         8: .line 76
            fload 2 /* fi */
            iload 4 /* ffi */
            i2f
            fsub
            fstore 3 /* r */
        start local 3 // float r
         9: .line 77
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.lutData:[B
            iload 1 /* j */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.tableValues:[I
            iload 4 /* ffi */
            iaload
            i2f
            fload 3 /* r */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.tableValues:[I
            iload 5 /* cfi */
            iaload
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.tableValues:[I
            iload 4 /* ffi */
            iaload
            isub
            i2f
            fmul
            fadd
            f2i
            sipush 255
            iand
            i2b
            bastore
        10: .line 72
            iinc 1 /* j */ 1
        end local 5 // int cfi
        end local 4 // int ffi
        end local 3 // float r
        end local 2 // float fi
      StackMap locals: org.apache.batik.ext.awt.image.TableTransfer int
      StackMap stack:
        11: iload 1 /* j */
            sipush 255
            if_icmple 3
        12: .line 87
            return
        end local 1 // int j
        end local 0 // org.apache.batik.ext.awt.image.TableTransfer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/batik/ext/awt/image/TableTransfer;
            2   13     1     j  I
            4   11     2    fi  F
            9   11     3     r  F
            5   11     4   ffi  I
            8   11     5   cfi  I

  public byte[] getLookupTable();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.TableTransfer this
         0: .line 94
            aload 0 /* this */
            invokevirtual org.apache.batik.ext.awt.image.TableTransfer.buildLutData:()V
         1: .line 95
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.TableTransfer.lutData:[B
            areturn
        end local 0 // org.apache.batik.ext.awt.image.TableTransfer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/ext/awt/image/TableTransfer;
}
SourceFile: "TableTransfer.java"