public class org.apache.fop.complexscripts.scripts.DefaultScriptProcessor extends org.apache.fop.complexscripts.scripts.ScriptProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.complexscripts.scripts.DefaultScriptProcessor
  super_class: org.apache.fop.complexscripts.scripts.ScriptProcessor
{
  private static final java.lang.String[] GSUB_FEATURES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] GPOS_FEATURES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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=4, locals=0, args_size=0
         0: .line 35
            ldc Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;
            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.fop.complexscripts.scripts.DefaultScriptProcessor.$assertionsDisabled:Z
         3: .line 39
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 40
            ldc "ccmp"
            aastore
            dup
            iconst_1
         5: .line 41
            ldc "liga"
            aastore
            dup
            iconst_2
         6: .line 42
            ldc "locl"
            aastore
         7: .line 38
            putstatic org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.GSUB_FEATURES:[Ljava/lang/String;
         8: .line 47
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         9: .line 48
            ldc "kern"
            aastore
            dup
            iconst_1
        10: .line 49
            ldc "mark"
            aastore
            dup
            iconst_2
        11: .line 50
            ldc "mkmk"
            aastore
        12: .line 46
            putstatic org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.GPOS_FEATURES:[Ljava/lang/String;
        13: .line 51
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
        start local 1 // java.lang.String script
         0: .line 54
            aload 0 /* this */
            aload 1 /* script */
            invokespecial org.apache.fop.complexscripts.scripts.ScriptProcessor.<init>:(Ljava/lang/String;)V
         1: .line 55
            return
        end local 1 // java.lang.String script
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;
            0    2     1  script  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      script  

  public java.lang.String[] getSubstitutionFeatures();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
         0: .line 60
            getstatic org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.GSUB_FEATURES:[Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;

  public org.apache.fop.complexscripts.util.ScriptContextTester getSubstitutionContextTester();
    descriptor: ()Lorg/apache/fop/complexscripts/util/ScriptContextTester;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
         0: .line 66
            aconst_null
            areturn
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;

  public java.lang.String[] getPositioningFeatures();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
         0: .line 72
            getstatic org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.GPOS_FEATURES:[Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;

  public org.apache.fop.complexscripts.util.ScriptContextTester getPositioningContextTester();
    descriptor: ()Lorg/apache/fop/complexscripts/util/ScriptContextTester;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
         0: .line 78
            aconst_null
            areturn
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;

  public org.apache.fop.complexscripts.util.GlyphSequence reorderCombiningMarks(org.apache.fop.complexscripts.fonts.GlyphDefinitionTable, org.apache.fop.complexscripts.util.GlyphSequence, int[], int[][], java.lang.String, java.lang.String);
    descriptor: (Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;Lorg/apache/fop/complexscripts/util/GlyphSequence;[I[[ILjava/lang/String;Ljava/lang/String;)Lorg/apache/fop/complexscripts/util/GlyphSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=22, args_size=7
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
        start local 1 // org.apache.fop.complexscripts.fonts.GlyphDefinitionTable gdef
        start local 2 // org.apache.fop.complexscripts.util.GlyphSequence gs
        start local 3 // int[] unscaledWidths
        start local 4 // int[][] gpa
        start local 5 // java.lang.String script
        start local 6 // java.lang.String language
         0: .line 84
            aload 2 /* gs */
            invokevirtual org.apache.fop.complexscripts.util.GlyphSequence.getGlyphCount:()I
            istore 7 /* ng */
        start local 7 // int ng
         1: .line 85
            aload 2 /* gs */
            iconst_0
            invokevirtual org.apache.fop.complexscripts.util.GlyphSequence.getGlyphArray:(Z)[I
            astore 8 /* ga */
        start local 8 // int[] ga
         2: .line 86
            iconst_0
            istore 9 /* nm */
        start local 9 // int nm
         3: .line 88
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         4: goto 10
         5: .line 89
      StackMap locals: org.apache.fop.complexscripts.scripts.DefaultScriptProcessor org.apache.fop.complexscripts.fonts.GlyphDefinitionTable org.apache.fop.complexscripts.util.GlyphSequence int[] int[][] java.lang.String java.lang.String int int[] int int
      StackMap stack:
            aload 8 /* ga */
            iload 10 /* i */
            iaload
            pop
         6: .line 90
            aload 3 /* unscaledWidths */
            iload 10 /* i */
            iaload
            pop
         7: .line 91
            aload 0 /* this */
            aload 1 /* gdef */
            aload 8 /* ga */
            aload 3 /* unscaledWidths */
            iload 10 /* i */
            invokevirtual org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.isReorderedMark:(Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;[I[II)Z
            ifeq 9
         8: .line 92
            iinc 9 /* nm */ 1
         9: .line 88
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 10 /* i */
            iload 7 /* ng */
            if_icmplt 5
        end local 10 // int i
        11: .line 96
            iload 9 /* nm */
            ifle 61
            iload 7 /* ng */
            iload 9 /* nm */
            isub
            ifle 61
        12: .line 97
            aload 2 /* gs */
            iconst_0
            iconst_m1
            invokevirtual org.apache.fop.complexscripts.util.GlyphSequence.getAssociations:(II)[Lorg/apache/fop/complexscripts/util/CharAssociation;
            astore 10 /* aa */
        start local 10 // org.apache.fop.complexscripts.util.CharAssociation[] aa
        13: .line 98
            iload 7 /* ng */
            newarray 10
            astore 11 /* nga */
        start local 11 // int[] nga
        14: .line 99
            aload 4 /* gpa */
            ifnull 15
            iload 7 /* ng */
            anewarray int[]
            goto 16
      StackMap locals: org.apache.fop.complexscripts.scripts.DefaultScriptProcessor org.apache.fop.complexscripts.fonts.GlyphDefinitionTable org.apache.fop.complexscripts.util.GlyphSequence int[] int[][] java.lang.String java.lang.String int int[] int org.apache.fop.complexscripts.util.CharAssociation[] int[]
      StackMap stack:
        15: aconst_null
      StackMap locals:
      StackMap stack: int[][]
        16: astore 12 /* npa */
        start local 12 // int[][] npa
        17: .line 100
            iload 7 /* ng */
            anewarray org.apache.fop.complexscripts.util.CharAssociation
            astore 13 /* naa */
        start local 13 // org.apache.fop.complexscripts.util.CharAssociation[] naa
        18: .line 101
            iconst_0
            istore 14 /* k */
        start local 14 // int k
        19: .line 102
            aconst_null
            astore 15 /* ba */
        start local 15 // org.apache.fop.complexscripts.util.CharAssociation ba
        20: .line 103
            iconst_m1
            istore 16 /* bg */
        start local 16 // int bg
        21: .line 104
            aconst_null
            astore 17 /* bpa */
        start local 17 // int[] bpa
        22: .line 105
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        23: goto 50
        24: .line 106
      StackMap locals: org.apache.fop.complexscripts.scripts.DefaultScriptProcessor org.apache.fop.complexscripts.fonts.GlyphDefinitionTable org.apache.fop.complexscripts.util.GlyphSequence int[] int[][] java.lang.String java.lang.String int int[] int org.apache.fop.complexscripts.util.CharAssociation[] int[] int[][] org.apache.fop.complexscripts.util.CharAssociation[] int org.apache.fop.complexscripts.util.CharAssociation int int[] int
      StackMap stack:
            aload 8 /* ga */
            iload 18 /* i */
            iaload
            istore 19 /* gid */
        start local 19 // int gid
        25: .line 107
            aload 4 /* gpa */
            ifnull 26
            aload 4 /* gpa */
            iload 18 /* i */
            aaload
            goto 27
      StackMap locals: int
      StackMap stack:
        26: aconst_null
      StackMap locals:
      StackMap stack: int[]
        27: astore 20 /* pa */
        start local 20 // int[] pa
        28: .line 108
            aload 10 /* aa */
            iload 18 /* i */
            aaload
            astore 21 /* ca */
        start local 21 // org.apache.fop.complexscripts.util.CharAssociation ca
        29: .line 109
            aload 0 /* this */
            aload 1 /* gdef */
            aload 8 /* ga */
            aload 3 /* unscaledWidths */
            iload 18 /* i */
            invokevirtual org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.isReorderedMark:(Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;[I[II)Z
            ifeq 36
        30: .line 110
            aload 11 /* nga */
            iload 14 /* k */
            iload 19 /* gid */
            iastore
        31: .line 111
            aload 13 /* naa */
            iload 14 /* k */
            aload 21 /* ca */
            aastore
        32: .line 112
            aload 12 /* npa */
            ifnull 34
        33: .line 113
            aload 12 /* npa */
            iload 14 /* k */
            aload 20 /* pa */
            aastore
        34: .line 115
      StackMap locals: int[] org.apache.fop.complexscripts.util.CharAssociation
      StackMap stack:
            iinc 14 /* k */ 1
        35: .line 116
            goto 49
        36: .line 117
      StackMap locals:
      StackMap stack:
            iload 16 /* bg */
            iconst_m1
            if_icmpeq 45
        37: .line 118
            aload 11 /* nga */
            iload 14 /* k */
            iload 16 /* bg */
            iastore
        38: .line 119
            aload 13 /* naa */
            iload 14 /* k */
            aload 15 /* ba */
            aastore
        39: .line 120
            aload 12 /* npa */
            ifnull 41
        40: .line 121
            aload 12 /* npa */
            iload 14 /* k */
            aload 17 /* bpa */
            aastore
        41: .line 123
      StackMap locals:
      StackMap stack:
            iinc 14 /* k */ 1
        42: .line 124
            iconst_m1
            istore 16 /* bg */
        43: .line 125
            aconst_null
            astore 15 /* ba */
        44: .line 126
            aconst_null
            astore 17 /* bpa */
        45: .line 128
      StackMap locals:
      StackMap stack:
            iload 16 /* bg */
            iconst_m1
            if_icmpne 49
        46: .line 129
            iload 19 /* gid */
            istore 16 /* bg */
        47: .line 130
            aload 21 /* ca */
            astore 15 /* ba */
        48: .line 131
            aload 20 /* pa */
            astore 17 /* bpa */
        end local 21 // org.apache.fop.complexscripts.util.CharAssociation ca
        end local 20 // int[] pa
        end local 19 // int gid
        49: .line 105
      StackMap locals:
      StackMap stack:
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 18 /* i */
            iload 7 /* ng */
            if_icmplt 24
        end local 18 // int i
        51: .line 135
            iload 16 /* bg */
            iconst_m1
            if_icmpeq 57
        52: .line 136
            aload 11 /* nga */
            iload 14 /* k */
            iload 16 /* bg */
            iastore
        53: .line 137
            aload 13 /* naa */
            iload 14 /* k */
            aload 15 /* ba */
            aastore
        54: .line 138
            aload 12 /* npa */
            ifnull 56
        55: .line 139
            aload 12 /* npa */
            iload 14 /* k */
            aload 17 /* bpa */
            aastore
        56: .line 141
      StackMap locals:
      StackMap stack:
            iinc 14 /* k */ 1
        57: .line 143
      StackMap locals:
      StackMap stack:
            getstatic org.apache.fop.complexscripts.scripts.DefaultScriptProcessor.$assertionsDisabled:Z
            ifne 58
            iload 14 /* k */
            iload 7 /* ng */
            if_icmpeq 58
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        58: .line 144
      StackMap locals:
      StackMap stack:
            aload 12 /* npa */
            ifnull 60
        59: .line 145
            aload 12 /* npa */
            iconst_0
            aload 4 /* gpa */
            iconst_0
            iload 7 /* ng */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        60: .line 147
      StackMap locals:
      StackMap stack:
            new org.apache.fop.complexscripts.util.GlyphSequence
            dup
            aload 2 /* gs */
            aconst_null
            aload 11 /* nga */
            aconst_null
            aconst_null
            aload 13 /* naa */
            aconst_null
            invokespecial org.apache.fop.complexscripts.util.GlyphSequence.<init>:(Lorg/apache/fop/complexscripts/util/GlyphSequence;[I[I[I[Lorg/apache/fop/complexscripts/util/CharAssociation;[Lorg/apache/fop/complexscripts/util/CharAssociation;[Lorg/apache/fop/complexscripts/util/CharAssociation;)V
            areturn
        end local 17 // int[] bpa
        end local 16 // int bg
        end local 15 // org.apache.fop.complexscripts.util.CharAssociation ba
        end local 14 // int k
        end local 13 // org.apache.fop.complexscripts.util.CharAssociation[] naa
        end local 12 // int[][] npa
        end local 11 // int[] nga
        end local 10 // org.apache.fop.complexscripts.util.CharAssociation[] aa
        61: .line 149
      StackMap locals: org.apache.fop.complexscripts.scripts.DefaultScriptProcessor org.apache.fop.complexscripts.fonts.GlyphDefinitionTable org.apache.fop.complexscripts.util.GlyphSequence int[] int[][] java.lang.String java.lang.String int int[] int
      StackMap stack:
            aload 2 /* gs */
            areturn
        end local 9 // int nm
        end local 8 // int[] ga
        end local 7 // int ng
        end local 6 // java.lang.String language
        end local 5 // java.lang.String script
        end local 4 // int[][] gpa
        end local 3 // int[] unscaledWidths
        end local 2 // org.apache.fop.complexscripts.util.GlyphSequence gs
        end local 1 // org.apache.fop.complexscripts.fonts.GlyphDefinitionTable gdef
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   62     0            this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;
            0   62     1            gdef  Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;
            0   62     2              gs  Lorg/apache/fop/complexscripts/util/GlyphSequence;
            0   62     3  unscaledWidths  [I
            0   62     4             gpa  [[I
            0   62     5          script  Ljava/lang/String;
            0   62     6        language  Ljava/lang/String;
            1   62     7              ng  I
            2   62     8              ga  [I
            3   62     9              nm  I
            4   11    10               i  I
           13   61    10              aa  [Lorg/apache/fop/complexscripts/util/CharAssociation;
           14   61    11             nga  [I
           17   61    12             npa  [[I
           18   61    13             naa  [Lorg/apache/fop/complexscripts/util/CharAssociation;
           19   61    14               k  I
           20   61    15              ba  Lorg/apache/fop/complexscripts/util/CharAssociation;
           21   61    16              bg  I
           22   61    17             bpa  [I
           23   51    18               i  I
           25   49    19             gid  I
           28   49    20              pa  [I
           29   49    21              ca  Lorg/apache/fop/complexscripts/util/CharAssociation;
    MethodParameters:
                Name  Flags
      gdef            
      gs              
      unscaledWidths  
      gpa             
      script          
      language        

  protected boolean isReorderedMark(org.apache.fop.complexscripts.fonts.GlyphDefinitionTable, int[], int[], int);
    descriptor: (Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;[I[II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
        start local 1 // org.apache.fop.complexscripts.fonts.GlyphDefinitionTable gdef
        start local 2 // int[] glyphs
        start local 3 // int[] unscaledWidths
        start local 4 // int index
         0: .line 154
            aload 1 /* gdef */
            aload 2 /* glyphs */
            iload 4 /* index */
            iaload
            iconst_3
            invokevirtual org.apache.fop.complexscripts.fonts.GlyphDefinitionTable.isGlyphClass:(II)Z
            ifeq 1
            aload 3 /* unscaledWidths */
            iload 4 /* index */
            iaload
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // int index
        end local 3 // int[] unscaledWidths
        end local 2 // int[] glyphs
        end local 1 // org.apache.fop.complexscripts.fonts.GlyphDefinitionTable gdef
        end local 0 // org.apache.fop.complexscripts.scripts.DefaultScriptProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/fop/complexscripts/scripts/DefaultScriptProcessor;
            0    2     1            gdef  Lorg/apache/fop/complexscripts/fonts/GlyphDefinitionTable;
            0    2     2          glyphs  [I
            0    2     3  unscaledWidths  [I
            0    2     4           index  I
    MethodParameters:
                Name  Flags
      gdef            
      glyphs          
      unscaledWidths  
      index           
}
SourceFile: "DefaultScriptProcessor.java"