public final class com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
  super_class: java.lang.Object
{
  public static final boolean staticFlag;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public int bufpos;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  int bufsize;
    descriptor: I
    flags: (0x0000) 

  int available;
    descriptor: I
    flags: (0x0000) 

  int tokenBegin;
    descriptor: I
    flags: (0x0000) 

  private int[] bufline;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] bufcolumn;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.io.Reader inputStream;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean prevCharIsLF;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private char[] nextCharBuf;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private char[] buffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private static final char NEWLINE_MARKER;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final char BOM;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65279

  static final int hexval(char);
    descriptor: (C)I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // char c
         0: .line 65
            iload 0 /* c */
            tableswitch { // 48 - 102
                   48: 1
                   49: 2
                   50: 3
                   51: 4
                   52: 5
                   53: 6
                   54: 7
                   55: 8
                   56: 9
                   57: 10
                   58: 17
                   59: 17
                   60: 17
                   61: 17
                   62: 17
                   63: 17
                   64: 17
                   65: 11
                   66: 12
                   67: 13
                   68: 14
                   69: 15
                   70: 16
                   71: 17
                   72: 17
                   73: 17
                   74: 17
                   75: 17
                   76: 17
                   77: 17
                   78: 17
                   79: 17
                   80: 17
                   81: 17
                   82: 17
                   83: 17
                   84: 17
                   85: 17
                   86: 17
                   87: 17
                   88: 17
                   89: 17
                   90: 17
                   91: 17
                   92: 17
                   93: 17
                   94: 17
                   95: 17
                   96: 17
                   97: 11
                   98: 12
                   99: 13
                  100: 14
                  101: 15
                  102: 16
              default: 17
          }
         1: .line 67
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 71
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         4: .line 73
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         5: .line 75
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
         6: .line 77
      StackMap locals:
      StackMap stack:
            iconst_5
            ireturn
         7: .line 79
      StackMap locals:
      StackMap stack:
            bipush 6
            ireturn
         8: .line 81
      StackMap locals:
      StackMap stack:
            bipush 7
            ireturn
         9: .line 83
      StackMap locals:
      StackMap stack:
            bipush 8
            ireturn
        10: .line 85
      StackMap locals:
      StackMap stack:
            bipush 9
            ireturn
        11: .line 89
      StackMap locals:
      StackMap stack:
            bipush 10
            ireturn
        12: .line 92
      StackMap locals:
      StackMap stack:
            bipush 11
            ireturn
        13: .line 95
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
        14: .line 98
      StackMap locals:
      StackMap stack:
            bipush 13
            ireturn
        15: .line 101
      StackMap locals:
      StackMap stack:
            bipush 14
            ireturn
        16: .line 104
      StackMap locals:
      StackMap stack:
            bipush 15
            ireturn
        17: .line 106
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0     c  C
    MethodParameters:
      Name  Flags
      c     

  private final void ExpandBuff(boolean);
    descriptor: (Z)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // boolean wrapAround
         0: .line 126
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 5
            astore 2 /* newbuffer */
        start local 2 // char[] newbuffer
         1: .line 127
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 10
            astore 3 /* newbufline */
        start local 3 // int[] newbufline
         2: .line 128
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 10
            astore 4 /* newbufcolumn */
        start local 4 // int[] newbufcolumn
         3: .line 130
            iload 1 /* wrapAround */
            ifeq 17
         4: .line 131
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 2 /* newbuffer */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 132
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            iconst_0
            aload 2 /* newbuffer */
         6: .line 133
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         7: .line 132
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 134
            aload 0 /* this */
            aload 2 /* newbuffer */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
         9: .line 136
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 3 /* newbufline */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 137
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iconst_0
            aload 3 /* newbufline */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 138
            aload 0 /* this */
            aload 3 /* newbufline */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
        12: .line 140
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 4 /* newbufcolumn */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 141
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iconst_0
            aload 4 /* newbufcolumn */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 142
            aload 0 /* this */
            aload 4 /* newbufcolumn */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
        15: .line 144
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
        16: .line 145
            goto 24
        17: .line 146
      StackMap locals: char[] int[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 2 /* newbuffer */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 147
            aload 0 /* this */
            aload 2 /* newbuffer */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
        19: .line 149
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 3 /* newbufline */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 150
            aload 0 /* this */
            aload 3 /* newbufline */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
        21: .line 152
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 4 /* newbufcolumn */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 153
            aload 0 /* this */
            aload 4 /* newbufcolumn */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
        23: .line 155
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
        24: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            sipush 2048
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
        25: .line 159
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
        26: .line 160
            return
        end local 4 // int[] newbufcolumn
        end local 3 // int[] newbufline
        end local 2 // char[] newbuffer
        end local 1 // boolean wrapAround
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0   27     1    wrapAround  Z
            1   27     2     newbuffer  [C
            2   27     3    newbufline  [I
            3   27     4  newbufcolumn  [I
    MethodParameters:
            Name  Flags
      wrapAround  

  private final void FillBuff();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            sipush 4096
            if_icmpne 2
         1: .line 165
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.closed:Z
            ifeq 4
         3: .line 169
            new com.sun.xml.internal.rngom.parse.compact.EOFException
            dup
            invokespecial com.sun.xml.internal.rngom.parse.compact.EOFException.<init>:()V
            athrow
         4: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inputStream:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharBuf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            sipush 4096
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            isub
            invokevirtual java.io.Reader.read:([CII)I
            dup
            istore 1 /* i */
        start local 1 // int i
         5: iconst_m1
            if_icmpne 9
         6: .line 173
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.closed:Z
         7: .line 174
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inputStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         8: .line 175
            new com.sun.xml.internal.rngom.parse.compact.EOFException
            dup
            invokespecial com.sun.xml.internal.rngom.parse.compact.EOFException.<init>:()V
            athrow
         9: .line 177
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            iload 1 /* i */
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
        10: .line 179
            goto 13
        end local 1 // int i
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
      StackMap stack: java.io.IOException
        11: astore 2 /* e */
        start local 2 // java.io.IOException e
        12: .line 180
            new com.sun.xml.internal.rngom.ast.builder.BuildException
            dup
            aload 2 /* e */
            invokespecial com.sun.xml.internal.rngom.ast.builder.BuildException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        start local 1 // int i
        13: .line 182
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            5   11     1     i  I
           13   14     1     i  I
           12   13     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4    10      11  Class java.io.IOException
    Exceptions:
      throws com.sun.xml.internal.rngom.parse.compact.EOFException

  private final char ReadChar();
    descriptor: ()C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 185
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            if_icmplt 2
         1: .line 186
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.FillBuff:()V
         2: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharBuf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
            caload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
    Exceptions:
      throws com.sun.xml.internal.rngom.parse.compact.EOFException

  private final char PeekChar();
    descriptor: ()C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 193
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            istore 1 /* c */
        start local 1 // char c
         1: .line 194
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
         2: .line 195
            iload 1 /* c */
            ireturn
        end local 1 // char c
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            1    3     1     c  C
    Exceptions:
      throws com.sun.xml.internal.rngom.parse.compact.EOFException

  public final char BeginToken();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 199
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            ifle 5
         1: .line 200
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
         2: .line 201
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            iconst_1
            isub
            if_icmpne 3
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            goto 4
         3: .line 202
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
      StackMap stack: char[] com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         4: .line 201
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
      StackMap stack: char[] com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream int
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            caload
            ireturn
         5: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
         6: .line 206
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         7: .line 208
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.readChar:()C
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
    Exceptions:
      throws com.sun.xml.internal.rngom.parse.compact.EOFException

  private final void AdjustBuffSize();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 212
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            if_icmpne 7
         1: .line 213
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            sipush 2048
            if_icmple 5
         2: .line 214
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         3: .line 215
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
         4: .line 216
            goto 14
         5: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ExpandBuff:(Z)V
         6: .line 219
            goto 14
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            if_icmple 10
         8: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
         9: .line 221
            goto 14
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            isub
            sipush 2048
            if_icmpge 13
        11: .line 222
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ExpandBuff:(Z)V
        12: .line 223
            goto 14
        13: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
        14: .line 226
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  private final void UpdateLineColumn(char);
    descriptor: (C)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // char c
         0: .line 229
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
         1: .line 231
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.prevCharIsLF:Z
            ifeq 4
         2: .line 232
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.prevCharIsLF:Z
         3: .line 233
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
         4: .line 236
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            lookupswitch { // 2
                    0: 5
                    9: 7
              default: 10
          }
         5: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.prevCharIsLF:Z
         6: .line 239
            goto 10
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
         8: .line 242
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            bipush 8
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            bipush 7
            iand
            isub
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
         9: .line 243
            goto 10
        10: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            iastore
        11: .line 249
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iastore
        12: .line 250
            return
        end local 1 // char c
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0   13     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public final char readChar();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 254
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            ifle 5
         1: .line 255
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
         2: .line 256
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            iconst_1
            isub
            if_icmpne 3
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            goto 4
      StackMap locals:
      StackMap stack: char[]
         3: aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
      StackMap stack: char[] int
         4: caload
            ireturn
         5: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            istore 1 /* c */
        start local 1 // char c
         6: .line 262
            iload 1 /* c */
            lookupswitch { // 5
                    9: 15
                   10: 13
                   13: 7
                65534: 29
                65535: 29
              default: 16
          }
         7: .line 264
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* c */
         8: .line 266
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.PeekChar:()C
            bipush 10
            if_icmpne 37
         9: .line 267
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            pop
        10: .line 269
            goto 37
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
        11: pop
        12: .line 271
            goto 37
        13: .line 273
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* c */
        14: .line 274
            goto 37
        15: .line 276
      StackMap locals:
      StackMap stack:
            goto 37
        16: .line 278
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 32
            if_icmplt 29
        17: .line 279
            iload 1 /* c */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.isSurrogate:(C)Z
            ifeq 37
        18: .line 280
            iload 1 /* c */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.isSurrogate2:(C)Z
            ifeq 20
        19: .line 281
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_surrogate_pair"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        20: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            if_icmpne 22
        21: .line 284
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.AdjustBuffSize:()V
        22: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* c */
            castore
        23: .line 289
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            istore 1 /* c */
        24: .line 290
            goto 27
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
        25: pop
        26: .line 291
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_surrogate_pair"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        27: .line 293
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.isSurrogate2:(C)Z
            ifne 37
        28: .line 294
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_surrogate_pair"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_2
            iadd
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        29: .line 302
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_char_code"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        end local 1 // char c
        30: .line 304
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
            astore 2 /* e */
        start local 2 // com.sun.xml.internal.rngom.parse.compact.EOFException e
        31: .line 305
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_m1
            if_icmpne 36
        32: .line 306
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            if_icmpne 34
        33: .line 307
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.AdjustBuffSize:()V
        34: .line 309
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream top com.sun.xml.internal.rngom.parse.compact.EOFException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            iastore
        35: .line 310
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iastore
        36: .line 312
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // com.sun.xml.internal.rngom.parse.compact.EOFException e
        start local 1 // char c
        37: .line 314
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            if_icmpne 39
        38: .line 315
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.AdjustBuffSize:()V
        39: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* c */
            castore
        40: .line 318
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.UpdateLineColumn:(C)V
        41: .line 320
            iload 1 /* c */
            bipush 92
            if_icmpne 42
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.PeekChar:()C
            bipush 120
            if_icmpeq 46
        42: .line 321
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
        43: ireturn
        44: .line 323
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
            pop
        45: .line 324
            iload 1 /* c */
            ireturn
        46: .line 327
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* xCnt */
        start local 2 // int xCnt
        47: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            pop
        48: .line 330
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
            if_icmpne 50
        49: .line 331
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.AdjustBuffSize:()V
        50: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            bipush 120
            castore
        51: .line 334
            aload 0 /* this */
            bipush 120
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.UpdateLineColumn:(C)V
        52: .line 336
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.PeekChar:()C
            istore 1 /* c */
        53: .line 337
            goto 57
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
        54: pop
        55: .line 338
            aload 0 /* this */
            iload 2 /* xCnt */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.backup:(I)V
        56: .line 339
            bipush 92
            ireturn
        57: .line 341
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 123
            if_icmpne 64
        58: .line 342
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            pop
        59: .line 343
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        60: .line 345
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 2 /* xCnt */
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
        61: .line 346
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            ifge 69
        62: .line 347
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
        63: .line 349
            goto 69
        64: .line 351
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 120
            if_icmpeq 67
        65: .line 352
            aload 0 /* this */
            iload 2 /* xCnt */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.backup:(I)V
        66: .line 353
            bipush 92
            ireturn
        67: .line 355
      StackMap locals:
      StackMap stack:
            iinc 2 /* xCnt */ 1
        68: .line 328
            goto 47
        69: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            invokestatic com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.hexval:(C)I
            istore 3 /* scalarValue */
        start local 3 // int scalarValue
        70: .line 359
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        71: .line 360
            iload 3 /* scalarValue */
            ifge 81
        72: .line 361
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_hex_digit"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        73: .line 364
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        74: .line 365
            iload 1 /* c */
            invokestatic com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.hexval:(C)I
            istore 4 /* n */
        start local 4 // int n
        75: .line 366
            iload 4 /* n */
            ifge 77
        76: .line 367
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_hex_digit"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        77: .line 369
      StackMap locals: int
      StackMap stack:
            iload 3 /* scalarValue */
            iconst_4
            ishl
            istore 3 /* scalarValue */
        78: .line 370
            iload 3 /* scalarValue */
            iload 4 /* n */
            ior
            istore 3 /* scalarValue */
        79: .line 371
            iload 3 /* scalarValue */
            ldc 1114112
            if_icmplt 81
        80: .line 372
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "char_code_too_big"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        end local 4 // int n
        81: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            dup
            istore 1 /* c */
            bipush 125
            if_icmpne 73
        82: .line 375
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        83: .line 376
            iload 3 /* scalarValue */
            ldc 65535
            if_icmpgt 93
        84: .line 377
            iload 3 /* scalarValue */
            i2c
            istore 1 /* c */
        85: .line 378
            iload 1 /* c */
            lookupswitch { // 5
                    9: 86
                   10: 86
                   13: 86
                65534: 89
                65535: 89
              default: 87
          }
        86: .line 382
      StackMap locals:
      StackMap stack:
            goto 90
        87: .line 384
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 32
            if_icmplt 89
            iload 1 /* c */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.isSurrogate:(C)Z
            ifne 89
        88: .line 385
            goto 90
        89: .line 390
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "illegal_char_code_ref"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        90: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* c */
            castore
        91: .line 393
            iload 1 /* c */
        92: ireturn
        93: .line 395
      StackMap locals:
      StackMap stack:
            iload 3 /* scalarValue */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.surrogate1:(I)C
            istore 1 /* c */
        94: .line 396
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* c */
            castore
        95: .line 397
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            istore 4 /* bufpos1 */
        start local 4 // int bufpos1
        96: .line 398
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            if_icmpne 98
        97: .line 399
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
        98: .line 401
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 3 /* scalarValue */
            invokestatic com.sun.xml.internal.rngom.util.Utf16.surrogate2:(I)C
            castore
        99: .line 402
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 4 /* bufpos1 */
            iaload
            iastore
       100: .line 403
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 4 /* bufpos1 */
            iaload
            iastore
       101: .line 404
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.backup:(I)V
       102: .line 405
            iload 1 /* c */
       103: ireturn
        end local 4 // int bufpos1
        end local 3 // int scalarValue
       104: .line 406
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream int int
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
            pop
       105: .line 407
            new com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException
            dup
            ldc "incomplete_escape"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
            invokespecial com.sun.xml.internal.rngom.parse.compact.EscapeSyntaxException.<init>:(Ljava/lang/String;II)V
            athrow
        end local 2 // int xCnt
        end local 1 // char c
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  106     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            6   30     1            c  C
           37  106     1            c  C
           31   37     2            e  Lcom/sun/xml/internal/rngom/parse/compact/EOFException;
           47  106     2         xCnt  I
           70  104     3  scalarValue  I
           75   81     4            n  I
           96  104     4      bufpos1  I
      Exception table:
        from    to  target  type
           8    10      11  Class com.sun.xml.internal.rngom.parse.compact.EOFException
          23    24      25  Class com.sun.xml.internal.rngom.parse.compact.EOFException
           5    30      30  Class com.sun.xml.internal.rngom.parse.compact.EOFException
          41    43      44  Class com.sun.xml.internal.rngom.parse.compact.EOFException
          52    53      54  Class com.sun.xml.internal.rngom.parse.compact.EOFException
          69    92     104  Class com.sun.xml.internal.rngom.parse.compact.EOFException
          93   103     104  Class com.sun.xml.internal.rngom.parse.compact.EOFException
    Exceptions:
      throws com.sun.xml.internal.rngom.parse.compact.EOFException

  public final int getColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 415
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final int getLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 422
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final int getEndColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 426
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final int getEndLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 430
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final int getBeginColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 434
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final int getBeginLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 438
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            iaload
            ireturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final void backup(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // int amount
         0: .line 443
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            iload 1 /* amount */
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
         1: .line 444
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* amount */
            isub
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            ifge 3
         2: .line 445
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            iadd
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         3: .line 447
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int amount
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    4     1  amount  I
    MethodParameters:
        Name  Flags
      amount  

  public void <init>(java.io.Reader, int, int, int);
    descriptor: (Ljava/io/Reader;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 449
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
         2: .line 114
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
         3: .line 115
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
         4: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.closed:Z
         5: .line 118
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.prevCharIsLF:Z
         6: .line 121
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
         7: .line 122
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
         8: .line 123
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
         9: .line 451
            aload 0 /* this */
            aload 1 /* dstream */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inputStream:Ljava/io/Reader;
        10: .line 452
            aload 0 /* this */
            iload 2 /* startline */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
        11: .line 453
            aload 0 /* this */
            iload 3 /* startcolumn */
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        12: .line 455
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* buffersize */
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
        13: .line 456
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 5
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
        14: .line 457
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
        15: .line 458
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
        16: .line 459
            aload 0 /* this */
            sipush 4096
            newarray 5
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharBuf:[C
        17: .line 460
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.skipBOM:()V
        18: .line 461
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0   19     1      dstream  Ljava/io/Reader;
            0   19     2    startline  I
            0   19     3  startcolumn  I
            0   19     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void <init>(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 465
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.<init>:(Ljava/io/Reader;III)V
         1: .line 466
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/Reader;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void ReInit(java.io.Reader, int, int, int);
    descriptor: (Ljava/io/Reader;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 470
            aload 0 /* this */
            aload 1 /* dstream */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inputStream:Ljava/io/Reader;
         1: .line 471
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.closed:Z
         2: .line 472
            aload 0 /* this */
            iload 2 /* startline */
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
         3: .line 473
            aload 0 /* this */
            iload 3 /* startcolumn */
            iconst_1
            isub
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
         4: .line 475
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            ifnull 5
            iload 4 /* buffersize */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            arraylength
            if_icmpeq 10
         5: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* buffersize */
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.available:I
         6: .line 477
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 5
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
         7: .line 478
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
         8: .line 479
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
         9: .line 480
            aload 0 /* this */
            sipush 4096
            newarray 5
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharBuf:[C
        10: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.prevCharIsLF:Z
        11: .line 483
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.maxNextCharInd:I
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
        12: .line 484
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharInd:I
        13: .line 485
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.skipBOM:()V
        14: .line 486
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0   15     1      dstream  Ljava/io/Reader;
            0   15     2    startline  I
            0   15     3  startcolumn  I
            0   15     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void ReInit(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 490
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReInit:(Ljava/io/Reader;III)V
         1: .line 491
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/Reader;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void <init>(java.io.InputStream, int, int, int);
    descriptor: (Ljava/io/InputStream;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 495
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* dstream */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.<init>:(Ljava/io/Reader;III)V
         1: .line 496
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
            0    2     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void <init>(java.io.InputStream, int, int);
    descriptor: (Ljava/io/InputStream;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 500
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.<init>:(Ljava/io/InputStream;III)V
         1: .line 501
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void ReInit(java.io.InputStream, int, int, int);
    descriptor: (Ljava/io/InputStream;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 505
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* dstream */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReInit:(Ljava/io/Reader;III)V
         1: .line 506
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
            0    2     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void ReInit(java.io.InputStream, int, int);
    descriptor: (Ljava/io/InputStream;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 510
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReInit:(Ljava/io/InputStream;III)V
         1: .line 511
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  private void skipBOM();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 516
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.PeekChar:()C
            ldc 65279
            if_icmpne 4
         1: .line 517
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.ReadChar:()C
            pop
         2: .line 519
            goto 4
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.parse.compact.EOFException
         3: pop
         4: .line 521
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.xml.internal.rngom.parse.compact.EOFException

  public final java.lang.String GetImage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 524
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            if_icmplt 2
         1: .line 525
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         2: .line 527
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 528
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 527
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public final char[] GetSuffix(int);
    descriptor: (I)[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // int len
         0: .line 533
            iload 1 /* len */
            newarray 5
            astore 2 /* ret */
        start local 2 // char[] ret
         1: .line 535
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            iload 1 /* len */
            if_icmplt 4
         2: .line 536
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iload 1 /* len */
            isub
            iconst_1
            iadd
            aload 2 /* ret */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 537
            goto 8
         4: .line 538
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            isub
            iconst_1
            isub
            isub
            aload 2 /* ret */
            iconst_0
         5: .line 539
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            isub
            iconst_1
            isub
         6: .line 538
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 540
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
            iconst_0
            aload 2 /* ret */
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            isub
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 543
      StackMap locals:
      StackMap stack:
            aload 2 /* ret */
            areturn
        end local 2 // char[] ret
        end local 1 // int len
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0    9     1   len  I
            1    9     2   ret  [C
    MethodParameters:
      Name  Flags
      len   

  public void Done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
         0: .line 547
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.nextCharBuf:[C
         1: .line 548
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.buffer:[C
         2: .line 549
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
         3: .line 550
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
         4: .line 551
            return
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;

  public void adjustBeginLineColumn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
        start local 1 // int newLine
        start local 2 // int newCol
         0: .line 557
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            istore 3 /* start */
        start local 3 // int start
         1: .line 560
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            if_icmplt 4
         2: .line 561
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            iadd
            iconst_1
            iadd
            istore 4 /* len */
        start local 4 // int len
         3: .line 562
            goto 5
        end local 4 // int len
         4: .line 563
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufpos:I
            iadd
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.inBuf:I
            iadd
            istore 4 /* len */
        start local 4 // int len
         5: .line 566
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: iconst_0
            istore 6 /* j */
        start local 6 // int j
         7: iconst_0
            istore 7 /* k */
        start local 7 // int k
         8: .line 567
            iconst_0
            istore 9 /* columnDiff */
        start local 9 // int columnDiff
         9: .line 569
            goto 15
        10: .line 571
      StackMap locals: com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream int int int int int int int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iastore
        11: .line 572
            iload 9 /* columnDiff */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 7 /* k */
            iaload
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 6 /* j */
            iaload
            isub
            istore 8 /* nextColDiff */
        start local 8 // int nextColDiff
        12: .line 573
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 6 /* j */
            iload 2 /* newCol */
            iload 9 /* columnDiff */
            iadd
            iastore
        13: .line 574
            iload 8 /* nextColDiff */
            istore 9 /* columnDiff */
        14: .line 575
            iinc 5 /* i */ 1
        end local 8 // int nextColDiff
        15: .line 569
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* len */
            if_icmpge 17
        16: .line 570
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            irem
            dup
            istore 6 /* j */
            iaload
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iinc 3 /* start */ 1
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            irem
            dup
            istore 7 /* k */
            iaload
            if_icmpeq 10
        17: .line 578
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* len */
            if_icmpge 26
        18: .line 579
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iinc 1 /* newLine */ 1
            iastore
        19: .line 580
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 6 /* j */
            iload 2 /* newCol */
            iload 9 /* columnDiff */
            iadd
            iastore
        20: .line 582
            goto 25
        21: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            irem
            dup
            istore 6 /* j */
            iaload
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iinc 3 /* start */ 1
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufsize:I
            irem
            iaload
            if_icmpeq 24
        22: .line 584
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iinc 1 /* newLine */ 1
            iastore
        23: .line 585
            goto 25
        24: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iastore
        25: .line 582
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iinc 5 /* i */ 1
            iload 4 /* len */
            if_icmplt 21
        26: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufline:[I
            iload 6 /* j */
            iaload
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.line:I
        27: .line 592
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.bufcolumn:[I
            iload 6 /* j */
            iaload
            putfield com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream.column:I
        28: .line 593
            return
        end local 9 // int columnDiff
        end local 7 // int k
        end local 6 // int j
        end local 5 // int i
        end local 4 // int len
        end local 3 // int start
        end local 2 // int newCol
        end local 1 // int newLine
        end local 0 // com.sun.xml.internal.rngom.parse.compact.UCode_UCodeESC_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   29     0         this  Lcom/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream;
            0   29     1      newLine  I
            0   29     2       newCol  I
            1   29     3        start  I
            3    4     4          len  I
            5   29     4          len  I
            6   29     5            i  I
            7   29     6            j  I
            8   29     7            k  I
           12   15     8  nextColDiff  I
            9   29     9   columnDiff  I
    MethodParameters:
         Name  Flags
      newLine  
      newCol   
}
SourceFile: "UCode_UCodeESC_CharStream.java"