class org.apache.fop.pdf.PDFFunction$1 implements org.apache.fop.render.gradient.Function$SubFunctionRenderer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.fop.pdf.PDFFunction$1
  super_class: java.lang.Object
{
  final org.apache.fop.pdf.PDFFunction this$0;
    descriptor: Lorg/apache/fop/pdf/PDFFunction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.fop.pdf.PDFFunction);
    descriptor: (Lorg/apache/fop/pdf/PDFFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFFunction$1 this
         0: .line 111
            aload 0 /* this */
            aload 1
            putfield org.apache.fop.pdf.PDFFunction$1.this$0:Lorg/apache/fop/pdf/PDFFunction;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.fop.pdf.PDFFunction$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFFunction$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void outputFunction(java.lang.StringBuilder, int);
    descriptor: (Ljava/lang/StringBuilder;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.fop.pdf.PDFFunction$1 this
        start local 1 // java.lang.StringBuilder out
        start local 2 // int functionIndex
         0: .line 114
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFFunction$1.this$0:Lorg/apache/fop/pdf/PDFFunction;
            getfield org.apache.fop.pdf.PDFFunction.pdfFunctions:Ljava/util/List;
            iload 2 /* functionIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.fop.pdf.PDFFunction
            invokevirtual org.apache.fop.pdf.PDFFunction.referencePDF:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         1: .line 115
            return
        end local 2 // int functionIndex
        end local 1 // java.lang.StringBuilder out
        end local 0 // org.apache.fop.pdf.PDFFunction$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/fop/pdf/PDFFunction$1;
            0    2     1            out  Ljava/lang/StringBuilder;
            0    2     2  functionIndex  I
    MethodParameters:
               Name  Flags
      out            
      functionIndex  
}
SourceFile: "PDFFunction.java"
EnclosingMethod: org.apache.fop.pdf.PDFFunction.toByteString:()[B
NestHost: org.apache.fop.pdf.PDFFunction
InnerClasses:
  org.apache.fop.pdf.PDFFunction$1
  public abstract SubFunctionRenderer = org.apache.fop.render.gradient.Function$SubFunctionRenderer of org.apache.fop.render.gradient.Function