public class com.sun.tools.javac.parser.UnicodeReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.parser.UnicodeReader
  super_class: java.lang.Object
{
  protected char[] buf;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected int bp;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected final int buflen;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected char ch;
    descriptor: C
    flags: (0x0004) ACC_PROTECTED

  protected int unicodeConversionBp;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.tools.javac.util.Log log;
    descriptor: Lcom/sun/tools/javac/util/Log;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.tools.javac.util.Names names;
    descriptor: Lcom/sun/tools/javac/util/Names;
    flags: (0x0004) ACC_PROTECTED

  protected char[] sbuf;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected int sp;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  static final boolean surrogatesSupported;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 190
            invokestatic com.sun.tools.javac.parser.UnicodeReader.surrogatesSupported:()Z
            putstatic com.sun.tools.javac.parser.UnicodeReader.surrogatesSupported:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(com.sun.tools.javac.parser.ScannerFactory, java.nio.CharBuffer);
    descriptor: (Lcom/sun/tools/javac/parser/ScannerFactory;Ljava/nio/CharBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // com.sun.tools.javac.parser.ScannerFactory sf
        start local 2 // java.nio.CharBuffer buffer
         0: .line 86
            aload 0 /* this */
            aload 1 /* sf */
            aload 2 /* buffer */
            invokestatic com.sun.tools.javac.file.JavacFileManager.toArray:(Ljava/nio/CharBuffer;)[C
            aload 2 /* buffer */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokespecial com.sun.tools.javac.parser.UnicodeReader.<init>:(Lcom/sun/tools/javac/parser/ScannerFactory;[CI)V
         1: .line 87
            return
        end local 2 // java.nio.CharBuffer buffer
        end local 1 // com.sun.tools.javac.parser.ScannerFactory sf
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0    2     1      sf  Lcom/sun/tools/javac/parser/ScannerFactory;
            0    2     2  buffer  Ljava/nio/CharBuffer;
    MethodParameters:
        Name  Flags
      sf      
      buffer  

  protected void <init>(com.sun.tools.javac.parser.ScannerFactory, char[], int);
    descriptor: (Lcom/sun/tools/javac/parser/ScannerFactory;[CI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // com.sun.tools.javac.parser.ScannerFactory sf
        start local 2 // char[] input
        start local 3 // int inputLength
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.javac.parser.UnicodeReader.unicodeConversionBp:I
         2: .line 72
            aload 0 /* this */
            sipush 128
            newarray 5
            putfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
         3: .line 90
            aload 0 /* this */
            aload 1 /* sf */
            getfield com.sun.tools.javac.parser.ScannerFactory.log:Lcom/sun/tools/javac/util/Log;
            putfield com.sun.tools.javac.parser.UnicodeReader.log:Lcom/sun/tools/javac/util/Log;
         4: .line 91
            aload 0 /* this */
            aload 1 /* sf */
            getfield com.sun.tools.javac.parser.ScannerFactory.names:Lcom/sun/tools/javac/util/Names;
            putfield com.sun.tools.javac.parser.UnicodeReader.names:Lcom/sun/tools/javac/util/Names;
         5: .line 92
            iload 3 /* inputLength */
            aload 2 /* input */
            arraylength
            if_icmpne 10
         6: .line 93
            aload 2 /* input */
            arraylength
            ifle 9
            aload 2 /* input */
            aload 2 /* input */
            arraylength
            iconst_1
            isub
            caload
            invokestatic java.lang.Character.isWhitespace:(C)Z
            ifeq 9
         7: .line 94
            iinc 3 /* inputLength */ -1
         8: .line 95
            goto 10
         9: .line 96
      StackMap locals: com.sun.tools.javac.parser.UnicodeReader com.sun.tools.javac.parser.ScannerFactory char[] int
      StackMap stack:
            aload 2 /* input */
            iload 3 /* inputLength */
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([CI)[C
            astore 2 /* input */
        10: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* input */
            putfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
        11: .line 100
            aload 0 /* this */
            iload 3 /* inputLength */
            putfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
        12: .line 101
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
            bipush 26
            castore
        13: .line 102
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
        14: .line 103
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.scanChar:()V
        15: .line 104
            return
        end local 3 // int inputLength
        end local 2 // char[] input
        end local 1 // com.sun.tools.javac.parser.ScannerFactory sf
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0   16     1           sf  Lcom/sun/tools/javac/parser/ScannerFactory;
            0   16     2        input  [C
            0   16     3  inputLength  I
    MethodParameters:
             Name  Flags
      sf           
      input        
      inputLength  

  protected void scanChar();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 109
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
            if_icmpge 4
         1: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            caload
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
         2: .line 111
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            bipush 92
            if_icmpne 4
         3: .line 112
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.convertUnicode:()V
         4: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  protected void scanCommentChar();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 120
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.scanChar:()V
         1: .line 121
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            bipush 92
            if_icmpne 6
         2: .line 122
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.peekChar:()C
            bipush 92
            if_icmpne 5
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.isUnicode:()Z
            ifne 5
         3: .line 123
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.skipChar:()V
         4: .line 124
            goto 6
         5: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.convertUnicode:()V
         6: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  protected void putChar(char, boolean);
    descriptor: (CZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // char ch
        start local 2 // boolean scan
         0: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sp:I
            invokestatic com.sun.tools.javac.util.ArrayUtils.ensureCapacity:([CI)[C
            putfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
         1: .line 134
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.sp:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.tools.javac.parser.UnicodeReader.sp:I
            iload 1 /* ch */
            castore
         2: .line 135
            iload 2 /* scan */
            ifeq 4
         3: .line 136
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.scanChar:()V
         4: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean scan
        end local 1 // char ch
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0    5     1    ch  C
            0    5     2  scan  Z
    MethodParameters:
      Name  Flags
      ch    
      scan  

  protected void putChar(char);
    descriptor: (C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // char ch
         0: .line 140
            aload 0 /* this */
            iload 1 /* ch */
            iconst_0
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.putChar:(CZ)V
         1: .line 141
            return
        end local 1 // char ch
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  protected void putChar(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // boolean scan
         0: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            iload 1 /* scan */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.putChar:(CZ)V
         1: .line 145
            return
        end local 1 // boolean scan
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0    2     1  scan  Z
    MethodParameters:
      Name  Flags
      scan  

  com.sun.tools.javac.util.Name name();
    descriptor: ()Lcom/sun/tools/javac/util/Name;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 148
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.names:Lcom/sun/tools/javac/util/Names;
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sp:I
            invokevirtual com.sun.tools.javac.util.Names.fromChars:([CII)Lcom/sun/tools/javac/util/Name;
            areturn
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  java.lang.String chars();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 152
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sbuf:[C
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.sp:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  protected void convertUnicode();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 159
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            bipush 92
            if_icmpne 22
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.unicodeConversionBp:I
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            if_icmpeq 22
         1: .line 160
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            caload
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
         2: .line 161
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            bipush 117
            if_icmpne 20
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            caload
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
         4: .line 164
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            bipush 117
            if_icmpeq 3
         5: .line 165
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_3
            iadd
            istore 1 /* limit */
        start local 1 // int limit
         6: .line 166
            iload 1 /* limit */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
            if_icmpge 18
         7: .line 167
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            bipush 16
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.digit:(II)I
            istore 2 /* d */
        start local 2 // int d
         8: .line 168
            iload 2 /* d */
            istore 3 /* code */
        start local 3 // int code
         9: .line 169
            goto 13
        10: .line 170
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            caload
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
        11: .line 171
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            bipush 16
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.digit:(II)I
            istore 2 /* d */
        12: .line 172
            iload 3 /* code */
            iconst_4
            ishl
            iload 2 /* d */
            iadd
            istore 3 /* code */
        13: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iload 1 /* limit */
            if_icmpge 14
            iload 2 /* d */
            ifge 10
        14: .line 174
      StackMap locals:
      StackMap stack:
            iload 2 /* d */
            iflt 18
        15: .line 175
            aload 0 /* this */
            iload 3 /* code */
            i2c
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
        16: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            putfield com.sun.tools.javac.parser.UnicodeReader.unicodeConversionBp:I
        17: .line 177
            return
        end local 3 // int code
        end local 2 // int d
        18: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.log:Lcom/sun/tools/javac/util/Log;
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalUnicodeEsc:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(ILcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 1 // int limit
        19: .line 181
            goto 22
        20: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            isub
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
        21: .line 183
            aload 0 /* this */
            bipush 92
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
        22: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lcom/sun/tools/javac/parser/UnicodeReader;
            6   19     1  limit  I
            8   18     2      d  I
            9   18     3   code  I

  private static boolean surrogatesSupported();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 193
            bipush 97
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            pop
         1: .line 194
            iconst_1
            ireturn
         2: .line 195
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodError
            pop
         3: .line 196
            iconst_0
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodError

  protected int peekSurrogates();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 206
            getstatic com.sun.tools.javac.parser.UnicodeReader.surrogatesSupported:Z
            ifeq 9
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 9
         1: .line 207
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            istore 1 /* high */
        start local 1 // char high
         2: .line 208
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            istore 2 /* prevBP */
        start local 2 // int prevBP
         3: .line 210
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.scanChar:()V
         4: .line 212
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            istore 3 /* low */
        start local 3 // char low
         5: .line 214
            aload 0 /* this */
            iload 1 /* high */
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
         6: .line 215
            aload 0 /* this */
            iload 2 /* prevBP */
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
         7: .line 217
            iload 3 /* low */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 9
         8: .line 218
            iload 1 /* high */
            iload 3 /* low */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
        end local 3 // char low
        end local 2 // int prevBP
        end local 1 // char high
         9: .line 222
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/javac/parser/UnicodeReader;
            2    9     1    high  C
            3    9     2  prevBP  I
            5    9     3     low  C

  protected int digit(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // int pos
        start local 2 // int base
         0: .line 229
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.ch:C
            istore 3 /* c */
        start local 3 // char c
         1: .line 230
            bipush 48
            iload 3 /* c */
            if_icmpgt 3
            iload 3 /* c */
            bipush 57
            if_icmpgt 3
         2: .line 231
            iload 3 /* c */
            iload 2 /* base */
            invokestatic java.lang.Character.digit:(CI)I
            ireturn
         3: .line 232
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.peekSurrogates:()I
            istore 4 /* codePoint */
        start local 4 // int codePoint
         4: .line 233
            iload 4 /* codePoint */
            iflt 5
            iload 4 /* codePoint */
            iload 2 /* base */
            invokestatic java.lang.Character.digit:(II)I
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 3 /* c */
            iload 2 /* base */
            invokestatic java.lang.Character.digit:(CI)I
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* result */
        start local 5 // int result
         7: .line 234
            iload 5 /* result */
            iflt 12
            iload 3 /* c */
            bipush 127
            if_icmple 12
         8: .line 235
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.log:Lcom/sun/tools/javac/util/Log;
            iload 1 /* pos */
            iconst_1
            iadd
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalNonasciiDigit:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(ILcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         9: .line 236
            iload 4 /* codePoint */
            iflt 11
        10: .line 237
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.UnicodeReader.scanChar:()V
        11: .line 238
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc "0123456789abcdef"
            iload 5 /* result */
            invokevirtual java.lang.String.charAt:(I)C
            putfield com.sun.tools.javac.parser.UnicodeReader.ch:C
        12: .line 240
      StackMap locals:
      StackMap stack:
            iload 5 /* result */
            ireturn
        end local 5 // int result
        end local 4 // int codePoint
        end local 3 // char c
        end local 2 // int base
        end local 1 // int pos
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0   13     1        pos  I
            0   13     2       base  I
            1   13     3          c  C
            4   13     4  codePoint  I
            7   13     5     result  I
    MethodParameters:
      Name  Flags
      pos   
      base  

  protected boolean isUnicode();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 244
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.unicodeConversionBp:I
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  protected void skipChar();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 248
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.parser.UnicodeReader.bp:I
         1: .line 249
            return
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  protected char peekChar();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 252
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.bp:I
            iconst_1
            iadd
            caload
            ireturn
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/UnicodeReader;

  public char[] getRawCharacters();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
         0: .line 260
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
            newarray 5
            astore 1 /* chars */
        start local 1 // char[] chars
         1: .line 261
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            iconst_0
            aload 1 /* chars */
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buflen:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 262
            aload 1 /* chars */
            areturn
        end local 1 // char[] chars
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/parser/UnicodeReader;
            1    3     1  chars  [C

  public char[] getRawCharacters(int, int);
    descriptor: (II)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.parser.UnicodeReader this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 280
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            istore 3 /* length */
        start local 3 // int length
         1: .line 281
            iload 3 /* length */
            newarray 5
            astore 4 /* chars */
        start local 4 // char[] chars
         2: .line 282
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.UnicodeReader.buf:[C
            iload 1 /* beginIndex */
            aload 4 /* chars */
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 283
            aload 4 /* chars */
            areturn
        end local 4 // char[] chars
        end local 3 // int length
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // com.sun.tools.javac.parser.UnicodeReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/javac/parser/UnicodeReader;
            0    4     1  beginIndex  I
            0    4     2    endIndex  I
            1    4     3      length  I
            2    4     4       chars  [C
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    
}
SourceFile: "UnicodeReader.java"
InnerClasses:
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic