public class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser extends com.fasterxml.jackson.core.base.ParserBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
  super_class: com.fasterxml.jackson.core.base.ParserBase
{
  static final byte BYTE_LF;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int FEAT_MASK_TRAILING_COMMA;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_LEADING_ZEROS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_NON_NUM_NUMBERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_ALLOW_MISSING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_ALLOW_SINGLE_QUOTES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_ALLOW_UNQUOTED_NAMES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_ALLOW_JAVA_COMMENTS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int FEAT_MASK_ALLOW_YAML_COMMENTS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] _icUTF8;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected static final int[] _icLatin1;
    descriptor: [I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected com.fasterxml.jackson.core.ObjectCodec _objectCodec;
    descriptor: Lcom/fasterxml/jackson/core/ObjectCodec;
    flags: (0x0004) ACC_PROTECTED

  protected final com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer _symbols;
    descriptor: Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected int[] _quadBuffer;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected boolean _tokenIncomplete;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

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

  protected java.io.DataInput _inputData;
    descriptor: Ljava/io/DataInput;
    flags: (0x0004) ACC_PROTECTED

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_TRAILING_COMMA:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_TRAILING_COMMA:I
         1: .line 43
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_NUMERIC_LEADING_ZEROS:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_LEADING_ZEROS:I
         2: .line 45
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_NON_NUMERIC_NUMBERS:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_NON_NUM_NUMBERS:I
         3: .line 47
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_MISSING_VALUES:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_MISSING:I
         4: .line 48
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_SINGLE_QUOTES:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_SINGLE_QUOTES:I
         5: .line 49
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_UNQUOTED_FIELD_NAMES:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_UNQUOTED_NAMES:I
         6: .line 50
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_COMMENTS:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_JAVA_COMMENTS:I
         7: .line 51
            getstatic com.fasterxml.jackson.core.JsonParser$Feature.ALLOW_YAML_COMMENTS:Lcom/fasterxml/jackson/core/JsonParser$Feature;
            invokevirtual com.fasterxml.jackson.core.JsonParser$Feature.getMask:()I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_YAML_COMMENTS:I
         8: .line 54
            invokestatic com.fasterxml.jackson.core.io.CharTypes.getInputCodeUtf8:()[I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
         9: .line 58
            invokestatic com.fasterxml.jackson.core.io.CharTypes.getInputCodeLatin1:()[I
            putstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.fasterxml.jackson.core.io.IOContext, int, java.io.DataInput, com.fasterxml.jackson.core.ObjectCodec, com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer, int);
    descriptor: (Lcom/fasterxml/jackson/core/io/IOContext;ILjava/io/DataInput;Lcom/fasterxml/jackson/core/ObjectCodec;Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.io.IOContext ctxt
        start local 2 // int features
        start local 3 // java.io.DataInput inputData
        start local 4 // com.fasterxml.jackson.core.ObjectCodec codec
        start local 5 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer sym
        start local 6 // int firstByte
         0: .line 125
            aload 0 /* this */
            aload 1 /* ctxt */
            iload 2 /* features */
            invokespecial com.fasterxml.jackson.core.base.ParserBase.<init>:(Lcom/fasterxml/jackson/core/io/IOContext;I)V
         1: .line 87
            aload 0 /* this */
            bipush 16
            newarray 10
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
         2: .line 113
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         3: .line 126
            aload 0 /* this */
            aload 4 /* codec */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._objectCodec:Lcom/fasterxml/jackson/core/ObjectCodec;
         4: .line 127
            aload 0 /* this */
            aload 5 /* sym */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
         5: .line 128
            aload 0 /* this */
            aload 3 /* inputData */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
         6: .line 129
            aload 0 /* this */
            iload 6 /* firstByte */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         7: .line 130
            return
        end local 6 // int firstByte
        end local 5 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer sym
        end local 4 // com.fasterxml.jackson.core.ObjectCodec codec
        end local 3 // java.io.DataInput inputData
        end local 2 // int features
        end local 1 // com.fasterxml.jackson.core.io.IOContext ctxt
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    8     1       ctxt  Lcom/fasterxml/jackson/core/io/IOContext;
            0    8     2   features  I
            0    8     3  inputData  Ljava/io/DataInput;
            0    8     4      codec  Lcom/fasterxml/jackson/core/ObjectCodec;
            0    8     5        sym  Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            0    8     6  firstByte  I
    MethodParameters:
           Name  Flags
      ctxt       
      features   
      inputData  
      codec      
      sym        
      firstByte  

  public com.fasterxml.jackson.core.ObjectCodec getCodec();
    descriptor: ()Lcom/fasterxml/jackson/core/ObjectCodec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 134
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._objectCodec:Lcom/fasterxml/jackson/core/ObjectCodec;
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;

  public void setCodec(com.fasterxml.jackson.core.ObjectCodec);
    descriptor: (Lcom/fasterxml/jackson/core/ObjectCodec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.ObjectCodec c
         0: .line 139
            aload 0 /* this */
            aload 1 /* c */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._objectCodec:Lcom/fasterxml/jackson/core/ObjectCodec;
         1: .line 140
            return
        end local 1 // com.fasterxml.jackson.core.ObjectCodec c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    2     1     c  Lcom/fasterxml/jackson/core/ObjectCodec;
    MethodParameters:
      Name  Flags
      c     

  public int releaseBuffered(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // java.io.OutputStream out
         0: .line 150
            iconst_0
            ireturn
        end local 1 // java.io.OutputStream out
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    1     1   out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public java.lang.Object getInputSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 155
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;

  protected void _closeInput();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 165
            return
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  protected void _releaseBuffers();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 176
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.core.base.ParserBase._releaseBuffers:()V
         1: .line 178
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.release:()V
         2: .line 179
            return
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 190
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 5
         1: .line 191
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 4
         2: .line 192
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         3: .line 193
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishAndReturnString:()Ljava/lang/String;
            areturn
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._getText2:(Lcom/fasterxml/jackson/core/JsonToken;)Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public int getText(java.io.Writer);
    descriptor: (Ljava/io/Writer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // java.io.Writer writer
         0: .line 203
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 2 /* t */
        start local 2 // com.fasterxml.jackson.core.JsonToken t
         1: .line 204
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 6
         2: .line 205
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 5
         3: .line 206
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         4: .line 207
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString:()V
         5: .line 209
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            aload 1 /* writer */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsToWriter:(Ljava/io/Writer;)I
            ireturn
         6: .line 211
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 10
         7: .line 212
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.getCurrentName:()Ljava/lang/String;
            astore 3 /* n */
        start local 3 // java.lang.String n
         8: .line 213
            aload 1 /* writer */
            aload 3 /* n */
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         9: .line 214
            aload 3 /* n */
            invokevirtual java.lang.String.length:()I
            ireturn
        end local 3 // java.lang.String n
        10: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            ifnull 16
        11: .line 217
            aload 2 /* t */
            invokevirtual com.fasterxml.jackson.core.JsonToken.isNumeric:()Z
            ifeq 13
        12: .line 218
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            aload 1 /* writer */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsToWriter:(Ljava/io/Writer;)I
            ireturn
        13: .line 220
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            invokevirtual com.fasterxml.jackson.core.JsonToken.asCharArray:()[C
            astore 3 /* ch */
        start local 3 // char[] ch
        14: .line 221
            aload 1 /* writer */
            aload 3 /* ch */
            invokevirtual java.io.Writer.write:([C)V
        15: .line 222
            aload 3 /* ch */
            arraylength
            ireturn
        end local 3 // char[] ch
        16: .line 224
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // com.fasterxml.jackson.core.JsonToken t
        end local 1 // java.io.Writer writer
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   17     1  writer  Ljava/io/Writer;
            1   17     2       t  Lcom/fasterxml/jackson/core/JsonToken;
            8   10     3       n  Ljava/lang/String;
           14   16     3      ch  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      writer  

  public java.lang.String getValueAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 231
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 5
         1: .line 232
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 4
         2: .line 233
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         3: .line 234
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishAndReturnString:()Ljava/lang/String;
            areturn
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
         5: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 239
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getCurrentName:()Ljava/lang/String;
            areturn
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokespecial com.fasterxml.jackson.core.base.ParserBase.getValueAsString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getValueAsString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // java.lang.String defValue
         0: .line 247
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 5
         1: .line 248
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 4
         2: .line 249
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         3: .line 250
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishAndReturnString:()Ljava/lang/String;
            areturn
         4: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
         5: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 255
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getCurrentName:()Ljava/lang/String;
            areturn
         7: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* defValue */
            invokespecial com.fasterxml.jackson.core.base.ParserBase.getValueAsString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String defValue
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    8     1  defValue  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      defValue  

  public int getValueAsInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 263
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 1 /* t */
        start local 1 // com.fasterxml.jackson.core.JsonToken t
         1: .line 264
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpeq 2
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_FLOAT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 8
         2: .line 266
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            iconst_1
            iand
            ifne 7
         3: .line 267
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            ifne 5
         4: .line 268
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseIntValue:()I
            ireturn
         5: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            iconst_1
            iand
            ifne 7
         6: .line 271
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.convertNumberToInt:()V
         7: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numberInt:I
            ireturn
         8: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokespecial com.fasterxml.jackson.core.base.ParserBase.getValueAsInt:(I)I
            ireturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1    9     1     t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException

  public int getValueAsInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int defValue
         0: .line 282
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 2 /* t */
        start local 2 // com.fasterxml.jackson.core.JsonToken t
         1: .line 283
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpeq 2
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_FLOAT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 8
         2: .line 285
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            iconst_1
            iand
            ifne 7
         3: .line 286
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            ifne 5
         4: .line 287
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseIntValue:()I
            ireturn
         5: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
            iconst_1
            iand
            ifne 7
         6: .line 290
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.convertNumberToInt:()V
         7: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numberInt:I
            ireturn
         8: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* defValue */
            invokespecial com.fasterxml.jackson.core.base.ParserBase.getValueAsInt:(I)I
            ireturn
        end local 2 // com.fasterxml.jackson.core.JsonToken t
        end local 1 // int defValue
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    9     1  defValue  I
            1    9     2         t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      defValue  

  protected final java.lang.String _getText2(com.fasterxml.jackson.core.JsonToken);
    descriptor: (Lcom/fasterxml/jackson/core/JsonToken;)Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.JsonToken t
         0: .line 300
            aload 1 /* t */
            ifnonnull 2
         1: .line 301
            aconst_null
            areturn
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.fasterxml.jackson.core.JsonToken.id:()I
            tableswitch { // 5 - 8
                    5: 3
                    6: 4
                    7: 4
                    8: 4
              default: 5
          }
         3: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.getCurrentName:()Ljava/lang/String;
            areturn
         4: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
         5: .line 313
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.fasterxml.jackson.core.JsonToken.asString:()Ljava/lang/String;
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    6     1     t  Lcom/fasterxml/jackson/core/JsonToken;
    MethodParameters:
      Name  Flags
      t     

  public char[] getTextCharacters();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 320
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            ifnull 18
         1: .line 321
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.JsonToken.id:()I
            tableswitch { // 5 - 8
                    5: 2
                    6: 13
                    7: 16
                    8: 16
              default: 17
          }
         2: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
            ifne 12
         3: .line 325
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.getCurrentName:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         4: .line 326
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            istore 2 /* nameLen */
        start local 2 // int nameLen
         5: .line 327
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
            ifnonnull 8
         6: .line 328
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._ioContext:Lcom/fasterxml/jackson/core/io/IOContext;
            iload 2 /* nameLen */
            invokevirtual com.fasterxml.jackson.core.io.IOContext.allocNameCopyBuffer:(I)[C
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
         7: .line 329
            goto 10
      StackMap locals: java.lang.String int
      StackMap stack:
         8: aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
            arraylength
            iload 2 /* nameLen */
            if_icmpge 10
         9: .line 330
            aload 0 /* this */
            iload 2 /* nameLen */
            newarray 5
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
        10: .line 332
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iconst_0
            iload 2 /* nameLen */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
        11: .line 333
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
        end local 2 // int nameLen
        end local 1 // java.lang.String name
        12: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopyBuffer:[C
            areturn
        13: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 16
        14: .line 339
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
        15: .line 340
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString:()V
        16: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.getTextBuffer:()[C
            areturn
        17: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.JsonToken.asCharArray:()[C
            areturn
        18: .line 351
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            4   12     1     name  Ljava/lang/String;
            5   12     2  nameLen  I
    Exceptions:
      throws java.io.IOException

  public int getTextLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 357
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 5
         1: .line 358
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 4
         2: .line 359
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         3: .line 360
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString:()V
         4: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.size:()I
            ireturn
         5: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 365
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.getCurrentName:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ireturn
         7: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            ifnull 11
         8: .line 368
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.JsonToken.isNumeric:()Z
            ifeq 10
         9: .line 369
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.size:()I
            ireturn
        10: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.JsonToken.asCharArray:()[C
            arraylength
            ireturn
        11: .line 373
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public int getTextOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 380
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            ifnull 7
         1: .line 381
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.JsonToken.id:()I
            tableswitch { // 5 - 8
                    5: 2
                    6: 3
                    7: 6
                    8: 6
              default: 7
          }
         2: .line 383
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         3: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 6
         4: .line 386
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         5: .line 387
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString:()V
         6: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.getTextOffset:()I
            ireturn
         7: .line 396
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public byte[] getBinaryValue(com.fasterxml.jackson.core.Base64Variant);
    descriptor: (Lcom/fasterxml/jackson/core/Base64Variant;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
         0: .line 402
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpeq 3
         1: .line 403
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_EMBEDDED_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 2
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
            ifnonnull 3
         2: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Current token ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not access as binary"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
         3: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 10
         4: .line 411
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64:(Lcom/fasterxml/jackson/core/Base64Variant;)[B
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
         5: .line 412
            goto 8
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         6: astore 2 /* iae */
        start local 2 // java.lang.IllegalArgumentException iae
         7: .line 413
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Failed to decode VALUE_STRING as base64 ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* b64variant */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* iae */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._constructError:(Ljava/lang/String;)Lcom/fasterxml/jackson/core/JsonParseException;
            athrow
        end local 2 // java.lang.IllegalArgumentException iae
         8: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         9: .line 419
            goto 14
        10: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
            ifnonnull 14
        11: .line 422
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._getByteArrayBuilder:()Lcom/fasterxml/jackson/core/util/ByteArrayBuilder;
            astore 2 /* builder */
        start local 2 // com.fasterxml.jackson.core.util.ByteArrayBuilder builder
        12: .line 423
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getText:()Ljava/lang/String;
            aload 2 /* builder */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64:(Ljava/lang/String;Lcom/fasterxml/jackson/core/util/ByteArrayBuilder;Lcom/fasterxml/jackson/core/Base64Variant;)V
        13: .line 424
            aload 0 /* this */
            aload 2 /* builder */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.toByteArray:()[B
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
        end local 2 // com.fasterxml.jackson.core.util.ByteArrayBuilder builder
        14: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
            areturn
        end local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   15     1  b64variant  Lcom/fasterxml/jackson/core/Base64Variant;
            7    8     2         iae  Ljava/lang/IllegalArgumentException;
           12   14     2     builder  Lcom/fasterxml/jackson/core/util/ByteArrayBuilder;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b64variant  

  public int readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream);
    descriptor: (Lcom/fasterxml/jackson/core/Base64Variant;Ljava/io/OutputStream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        start local 2 // java.io.OutputStream out
         0: .line 434
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 1
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpeq 4
         1: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getBinaryValue:(Lcom/fasterxml/jackson/core/Base64Variant;)[B
            astore 3 /* b */
        start local 3 // byte[] b
         2: .line 436
            aload 2 /* out */
            aload 3 /* b */
            invokevirtual java.io.OutputStream.write:([B)V
         3: .line 437
            aload 3 /* b */
            arraylength
            ireturn
        end local 3 // byte[] b
         4: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._ioContext:Lcom/fasterxml/jackson/core/io/IOContext;
            invokevirtual com.fasterxml.jackson.core.io.IOContext.allocBase64Buffer:()[B
            astore 3 /* buf */
        start local 3 // byte[] buf
         5: .line 442
            aload 0 /* this */
            aload 1 /* b64variant */
            aload 2 /* out */
            aload 3 /* buf */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._readBinary:(Lcom/fasterxml/jackson/core/Base64Variant;Ljava/io/OutputStream;[B)I
            istore 5
         6: .line 444
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._ioContext:Lcom/fasterxml/jackson/core/io/IOContext;
            aload 3 /* buf */
            invokevirtual com.fasterxml.jackson.core.io.IOContext.releaseBase64Buffer:([B)V
         7: .line 442
            iload 5
            ireturn
         8: .line 443
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser com.fasterxml.jackson.core.Base64Variant java.io.OutputStream byte[]
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 444
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._ioContext:Lcom/fasterxml/jackson/core/io/IOContext;
            aload 3 /* buf */
            invokevirtual com.fasterxml.jackson.core.io.IOContext.releaseBase64Buffer:([B)V
        10: .line 445
            aload 4
            athrow
        end local 3 // byte[] buf
        end local 2 // java.io.OutputStream out
        end local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   11     1  b64variant  Lcom/fasterxml/jackson/core/Base64Variant;
            0   11     2         out  Ljava/io/OutputStream;
            2    4     3           b  [B
            5   11     3         buf  [B
      Exception table:
        from    to  target  type
           5     6       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b64variant  
      out         

  protected int _readBinary(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream, byte[]);
    descriptor: (Lcom/fasterxml/jackson/core/Base64Variant;Ljava/io/OutputStream;[B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        start local 2 // java.io.OutputStream out
        start local 3 // byte[] buffer
         0: .line 451
            iconst_0
            istore 4 /* outputPtr */
        start local 4 // int outputPtr
         1: .line 452
            aload 3 /* buffer */
            arraylength
            iconst_3
            isub
            istore 5 /* outputEnd */
        start local 5 // int outputEnd
         2: .line 453
            iconst_0
            istore 6 /* outputCount */
        start local 6 // int outputCount
         3: .line 459
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 7 /* ch */
        start local 7 // int ch
         4: .line 460
            iload 7 /* ch */
            bipush 32
         5: .line 458
            if_icmple 3
         6: .line 461
            aload 1 /* b64variant */
            iload 7 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 8 /* bits */
        start local 8 // int bits
         7: .line 462
            iload 8 /* bits */
            ifge 13
         8: .line 463
            iload 7 /* ch */
            bipush 34
            if_icmpne 10
         9: .line 464
            goto 66
        10: .line 466
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 8 /* bits */
        11: .line 467
            iload 8 /* bits */
            ifge 13
        12: .line 468
            goto 3
        13: .line 473
      StackMap locals:
      StackMap stack:
            iload 4 /* outputPtr */
            iload 5 /* outputEnd */
            if_icmple 17
        14: .line 474
            iload 6 /* outputCount */
            iload 4 /* outputPtr */
            iadd
            istore 6 /* outputCount */
        15: .line 475
            aload 2 /* out */
            aload 3 /* buffer */
            iconst_0
            iload 4 /* outputPtr */
            invokevirtual java.io.OutputStream.write:([BII)V
        16: .line 476
            iconst_0
            istore 4 /* outputPtr */
        17: .line 479
      StackMap locals:
      StackMap stack:
            iload 8 /* bits */
            istore 9 /* decodedData */
        start local 9 // int decodedData
        18: .line 482
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 7 /* ch */
        19: .line 483
            aload 1 /* b64variant */
            iload 7 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 8 /* bits */
        20: .line 484
            iload 8 /* bits */
            ifge 22
        21: .line 485
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 8 /* bits */
        22: .line 487
      StackMap locals: int
      StackMap stack:
            iload 9 /* decodedData */
            bipush 6
            ishl
            iload 8 /* bits */
            ior
            istore 9 /* decodedData */
        23: .line 490
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 7 /* ch */
        24: .line 491
            aload 1 /* b64variant */
            iload 7 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 8 /* bits */
        25: .line 494
            iload 8 /* bits */
            ifge 43
        26: .line 495
            iload 8 /* bits */
            bipush -2
            if_icmpeq 34
        27: .line 497
            iload 7 /* ch */
            bipush 34
            if_icmpne 33
        28: .line 498
            iload 9 /* decodedData */
            iconst_4
            ishr
            istore 9 /* decodedData */
        29: .line 499
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            i2b
            bastore
        30: .line 500
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPadding:()Z
            ifeq 66
        31: .line 501
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleBase64MissingPadding:(Lcom/fasterxml/jackson/core/Base64Variant;)V
        32: .line 503
            goto 66
        33: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 8 /* bits */
        34: .line 507
      StackMap locals:
      StackMap stack:
            iload 8 /* bits */
            bipush -2
            if_icmpne 43
        35: .line 509
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 7 /* ch */
        36: .line 510
            aload 1 /* b64variant */
            iload 7 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPaddingChar:(I)Z
            ifne 40
        37: .line 511
            iload 7 /* ch */
            bipush 92
            if_icmpne 39
        38: .line 512
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            bipush -2
            if_icmpeq 40
        39: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_3
            new java.lang.StringBuilder
            dup
            ldc "expected padding character '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.getPaddingChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportInvalidBase64Char:(Lcom/fasterxml/jackson/core/Base64Variant;IILjava/lang/String;)Ljava/lang/IllegalArgumentException;
            athrow
        40: .line 517
      StackMap locals:
      StackMap stack:
            iload 9 /* decodedData */
            iconst_4
            ishr
            istore 9 /* decodedData */
        41: .line 518
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            i2b
            bastore
        42: .line 519
            goto 3
        43: .line 523
      StackMap locals:
      StackMap stack:
            iload 9 /* decodedData */
            bipush 6
            ishl
            iload 8 /* bits */
            ior
            istore 9 /* decodedData */
        44: .line 525
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 7 /* ch */
        45: .line 526
            aload 1 /* b64variant */
            iload 7 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 8 /* bits */
        46: .line 527
            iload 8 /* bits */
            ifge 61
        47: .line 528
            iload 8 /* bits */
            bipush -2
            if_icmpeq 56
        48: .line 530
            iload 7 /* ch */
            bipush 34
            if_icmpne 55
        49: .line 531
            iload 9 /* decodedData */
            iconst_2
            ishr
            istore 9 /* decodedData */
        50: .line 532
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            bipush 8
            ishr
            i2b
            bastore
        51: .line 533
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            i2b
            bastore
        52: .line 534
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPadding:()Z
            ifeq 66
        53: .line 535
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleBase64MissingPadding:(Lcom/fasterxml/jackson/core/Base64Variant;)V
        54: .line 537
            goto 66
        55: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 7 /* ch */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 8 /* bits */
        56: .line 541
      StackMap locals:
      StackMap stack:
            iload 8 /* bits */
            bipush -2
            if_icmpne 61
        57: .line 548
            iload 9 /* decodedData */
            iconst_2
            ishr
            istore 9 /* decodedData */
        58: .line 549
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            bipush 8
            ishr
            i2b
            bastore
        59: .line 550
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            i2b
            bastore
        60: .line 551
            goto 3
        61: .line 555
      StackMap locals:
      StackMap stack:
            iload 9 /* decodedData */
            bipush 6
            ishl
            iload 8 /* bits */
            ior
            istore 9 /* decodedData */
        62: .line 556
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            bipush 16
            ishr
            i2b
            bastore
        63: .line 557
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            bipush 8
            ishr
            i2b
            bastore
        64: .line 558
            aload 3 /* buffer */
            iload 4 /* outputPtr */
            iinc 4 /* outputPtr */ 1
            iload 9 /* decodedData */
            i2b
            bastore
        end local 9 // int decodedData
        end local 8 // int bits
        end local 7 // int ch
        65: .line 455
            goto 3
        66: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
        67: .line 561
            iload 4 /* outputPtr */
            ifle 70
        68: .line 562
            iload 6 /* outputCount */
            iload 4 /* outputPtr */
            iadd
            istore 6 /* outputCount */
        69: .line 563
            aload 2 /* out */
            aload 3 /* buffer */
            iconst_0
            iload 4 /* outputPtr */
            invokevirtual java.io.OutputStream.write:([BII)V
        70: .line 565
      StackMap locals:
      StackMap stack:
            iload 6 /* outputCount */
            ireturn
        end local 6 // int outputCount
        end local 5 // int outputEnd
        end local 4 // int outputPtr
        end local 3 // byte[] buffer
        end local 2 // java.io.OutputStream out
        end local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   71     0         this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   71     1   b64variant  Lcom/fasterxml/jackson/core/Base64Variant;
            0   71     2          out  Ljava/io/OutputStream;
            0   71     3       buffer  [B
            1   71     4    outputPtr  I
            2   71     5    outputEnd  I
            3   71     6  outputCount  I
            4   65     7           ch  I
            7   65     8         bits  I
           18   65     9  decodedData  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b64variant  
      out         
      buffer      

  public com.fasterxml.jackson.core.JsonToken nextToken();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 581
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._closed:Z
            ifeq 2
         1: .line 582
            aconst_null
            areturn
         2: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 4
         3: .line 589
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextAfterName:()Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         4: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
         5: .line 594
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 7
         6: .line 595
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipString:()V
         7: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWSOrEnd:()I
            istore 1 /* i */
        start local 1 // int i
         8: .line 598
            iload 1 /* i */
            ifge 11
         9: .line 600
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.close:()V
        10: .line 601
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        11: .line 604
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
        12: .line 605
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
        13: .line 608
            iload 1 /* i */
            bipush 93
            if_icmpeq 14
            iload 1 /* i */
            bipush 125
            if_icmpne 16
        14: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._closeScope:(I)V
        15: .line 610
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        16: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.expectComma:()Z
            ifeq 24
        17: .line 615
            iload 1 /* i */
            bipush 44
            if_icmpeq 19
        18: .line 616
            aload 0 /* this */
            iload 1 /* i */
            new java.lang.StringBuilder
            dup
            ldc "was expecting comma to separate "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.typeDesc:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " entries"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        19: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWS:()I
            istore 1 /* i */
        20: .line 621
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_TRAILING_COMMA:I
            iand
            ifeq 24
        21: .line 622
            iload 1 /* i */
            bipush 93
            if_icmpeq 22
            iload 1 /* i */
            bipush 125
            if_icmpne 24
        22: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._closeScope:(I)V
        23: .line 624
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        24: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inObject:()Z
            ifne 26
        25: .line 634
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextTokenNotInObject:(I)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        26: .line 637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseName:(I)Ljava/lang/String;
            astore 2 /* n */
        start local 2 // java.lang.String n
        27: .line 638
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 2 /* n */
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.setCurrentName:(Ljava/lang/String;)V
        28: .line 639
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
        29: .line 641
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon:()I
            istore 1 /* i */
        30: .line 644
            iload 1 /* i */
            bipush 34
            if_icmpne 34
        31: .line 645
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
        32: .line 646
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
        33: .line 647
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        34: .line 651
      StackMap locals: java.lang.String
      StackMap stack:
            iload 1 /* i */
            lookupswitch { // 16
                   45: 35
                   48: 37
                   49: 37
                   50: 37
                   51: 37
                   52: 37
                   53: 37
                   54: 37
                   55: 37
                   56: 37
                   57: 37
                   91: 48
                  102: 39
                  110: 42
                  116: 45
                  123: 50
              default: 52
          }
        35: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseNegNumber:()Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        36: .line 654
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        37: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsePosNumber:(I)Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        38: .line 671
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        39: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "false"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        40: .line 674
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_FALSE:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        41: .line 675
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        42: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        43: .line 678
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NULL:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        44: .line 679
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        45: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "true"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        46: .line 682
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_TRUE:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        47: .line 683
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        48: .line 685
      StackMap locals:
      StackMap stack:
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        49: .line 686
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        50: .line 688
      StackMap locals:
      StackMap stack:
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        51: .line 689
            goto 53
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        52: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleUnexpectedValue:(I)Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        53: .line 694
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
        54: .line 695
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        end local 2 // java.lang.String n
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   55     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            8   55     1     i  I
           27   55     2     n  Ljava/lang/String;
           36   37     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           38   39     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           41   42     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           44   45     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           47   48     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           49   50     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           51   52     3     t  Lcom/fasterxml/jackson/core/JsonToken;
           53   55     3     t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException

  private final com.fasterxml.jackson.core.JsonToken _nextTokenNotInObject(int);
    descriptor: (I)Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int i
         0: .line 700
            iload 1 /* i */
            bipush 34
            if_icmpne 3
         1: .line 701
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         2: .line 702
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         3: .line 704
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            lookupswitch { // 16
                   45: 14
                   48: 15
                   49: 15
                   50: 15
                   51: 15
                   52: 15
                   53: 15
                   54: 15
                   55: 15
                   56: 15
                   57: 15
                   91: 4
                  102: 10
                  110: 12
                  116: 8
                  123: 6
              default: 16
          }
         4: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         5: .line 707
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         6: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         7: .line 710
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         8: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "true"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
         9: .line 713
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_TRUE:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        10: .line 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "false"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        11: .line 716
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_FALSE:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        12: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        13: .line 719
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NULL:Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        14: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseNegNumber:()Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        15: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsePosNumber:(I)Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        16: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleUnexpectedValue:(I)Lcom/fasterxml/jackson/core/JsonToken;
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   17     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  private final com.fasterxml.jackson.core.JsonToken _nextAfterName();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 743
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
         1: .line 744
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 1 /* t */
        start local 1 // com.fasterxml.jackson.core.JsonToken t
         2: .line 745
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
         3: .line 748
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 6
         4: .line 749
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         5: .line 750
            goto 8
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
         6: aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 8
         7: .line 751
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         8: .line 753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            dup_x1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            2    9     1     t  Lcom/fasterxml/jackson/core/JsonToken;

  public void finishToken();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 758
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 3
         1: .line 759
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         2: .line 760
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString:()V
         3: .line 762
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  public java.lang.String nextFieldName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 778
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._numTypesValid:I
         1: .line 779
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 4
         2: .line 780
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextAfterName:()Lcom/fasterxml/jackson/core/JsonToken;
            pop
         3: .line 781
            aconst_null
            areturn
         4: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 6
         5: .line 784
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipString:()V
         6: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWS:()I
            istore 1 /* i */
        start local 1 // int i
         7: .line 787
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._binaryValue:[B
         8: .line 788
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
         9: .line 790
            iload 1 /* i */
            bipush 93
            if_icmpeq 10
            iload 1 /* i */
            bipush 125
            if_icmpne 12
        10: .line 791
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._closeScope:(I)V
        11: .line 792
            aconst_null
            areturn
        12: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.expectComma:()Z
            ifeq 20
        13: .line 797
            iload 1 /* i */
            bipush 44
            if_icmpeq 15
        14: .line 798
            aload 0 /* this */
            iload 1 /* i */
            new java.lang.StringBuilder
            dup
            ldc "was expecting comma to separate "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.typeDesc:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " entries"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        15: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWS:()I
            istore 1 /* i */
        16: .line 803
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_TRAILING_COMMA:I
            iand
            ifeq 20
        17: .line 804
            iload 1 /* i */
            bipush 93
            if_icmpeq 18
            iload 1 /* i */
            bipush 125
            if_icmpne 20
        18: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._closeScope:(I)V
        19: .line 806
            aconst_null
            areturn
        20: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inObject:()Z
            ifne 23
        21: .line 812
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextTokenNotInObject:(I)Lcom/fasterxml/jackson/core/JsonToken;
            pop
        22: .line 813
            aconst_null
            areturn
        23: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseName:(I)Ljava/lang/String;
            astore 2 /* nameStr */
        start local 2 // java.lang.String nameStr
        24: .line 817
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 2 /* nameStr */
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.setCurrentName:(Ljava/lang/String;)V
        25: .line 818
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
        26: .line 820
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon:()I
            istore 1 /* i */
        27: .line 821
            iload 1 /* i */
            bipush 34
            if_icmpne 31
        28: .line 822
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
        29: .line 823
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
        30: .line 824
            aload 2 /* nameStr */
            areturn
        31: .line 827
      StackMap locals: java.lang.String
      StackMap stack:
            iload 1 /* i */
            lookupswitch { // 16
                   45: 32
                   48: 34
                   49: 34
                   50: 34
                   51: 34
                   52: 34
                   53: 34
                   54: 34
                   55: 34
                   56: 34
                   57: 34
                   91: 45
                  102: 36
                  110: 39
                  116: 42
                  123: 47
              default: 49
          }
        32: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseNegNumber:()Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        33: .line 830
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        34: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsePosNumber:(I)Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        35: .line 842
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        36: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "false"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        37: .line 845
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_FALSE:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        38: .line 846
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        39: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        40: .line 849
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NULL:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        41: .line 850
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        42: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "true"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        43: .line 853
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_TRUE:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        44: .line 854
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        45: .line 856
      StackMap locals:
      StackMap stack:
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        46: .line 857
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        47: .line 859
      StackMap locals:
      StackMap stack:
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        48: .line 860
            goto 50
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        49: .line 863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleUnexpectedValue:(I)Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
        50: .line 865
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
        51: .line 866
            aload 2 /* nameStr */
            areturn
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        end local 2 // java.lang.String nameStr
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   52     0     this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            7   52     1        i  I
           24   52     2  nameStr  Ljava/lang/String;
           33   34     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           35   36     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           38   39     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           41   42     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           44   45     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           46   47     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           48   49     3        t  Lcom/fasterxml/jackson/core/JsonToken;
           50   52     3        t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException

  public java.lang.String nextTextValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 873
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 16
         1: .line 874
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
         2: .line 875
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 1 /* t */
        start local 1 // com.fasterxml.jackson.core.JsonToken t
         3: .line 876
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
         4: .line 877
            aload 0 /* this */
            aload 1 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
         5: .line 878
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 10
         6: .line 879
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
            ifeq 9
         7: .line 880
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         8: .line 881
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishAndReturnString:()Ljava/lang/String;
            areturn
         9: .line 883
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
        10: .line 885
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 13
        11: .line 886
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        12: .line 887
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 15
        14: .line 888
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        15: .line 890
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        16: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.nextToken:()Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 17
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getText:()Ljava/lang/String;
            goto 18
      StackMap locals:
      StackMap stack:
        17: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        18: areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            3   16     1     t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException

  public int nextIntValue(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int defaultValue
         0: .line 899
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 13
         1: .line 900
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
         2: .line 901
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 2 /* t */
        start local 2 // com.fasterxml.jackson.core.JsonToken t
         3: .line 902
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
         4: .line 903
            aload 0 /* this */
            aload 2 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
         5: .line 904
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 905
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getIntValue:()I
            ireturn
         7: .line 907
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 10
         8: .line 908
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         9: .line 909
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 2 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 12
        11: .line 910
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        12: .line 912
      StackMap locals:
      StackMap stack:
            iload 1 /* defaultValue */
            ireturn
        end local 2 // com.fasterxml.jackson.core.JsonToken t
        13: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.nextToken:()Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 14
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getIntValue:()I
            goto 15
      StackMap locals:
      StackMap stack:
        14: iload 1 /* defaultValue */
      StackMap locals:
      StackMap stack: int
        15: ireturn
        end local 1 // int defaultValue
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   16     1  defaultValue  I
            3   13     2             t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      defaultValue  

  public long nextLongValue(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // long defaultValue
         0: .line 921
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 13
         1: .line 922
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
         2: .line 923
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 3 /* t */
        start local 3 // com.fasterxml.jackson.core.JsonToken t
         3: .line 924
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
         4: .line 925
            aload 0 /* this */
            aload 3 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
         5: .line 926
            aload 3 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 927
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getLongValue:()J
            lreturn
         7: .line 929
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 3 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 10
         8: .line 930
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         9: .line 931
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 3 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 12
        11: .line 932
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        12: .line 934
      StackMap locals:
      StackMap stack:
            lload 1 /* defaultValue */
            lreturn
        end local 3 // com.fasterxml.jackson.core.JsonToken t
        13: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.nextToken:()Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NUMBER_INT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 14
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.getLongValue:()J
            goto 15
      StackMap locals:
      StackMap stack:
        14: lload 1 /* defaultValue */
      StackMap locals:
      StackMap stack: long
        15: lreturn
        end local 1 // long defaultValue
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   16     1  defaultValue  J
            3   13     3             t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      defaultValue  

  public java.lang.Boolean nextBooleanValue();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 943
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 15
         1: .line 944
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nameCopied:Z
         2: .line 945
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
            astore 1 /* t */
        start local 1 // com.fasterxml.jackson.core.JsonToken t
         3: .line 946
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextToken:Lcom/fasterxml/jackson/core/JsonToken;
         4: .line 947
            aload 0 /* this */
            aload 1 /* t */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
         5: .line 948
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_TRUE:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 7
         6: .line 949
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
         7: .line 951
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_FALSE:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 9
         8: .line 952
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
         9: .line 954
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 12
        10: .line 955
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildArrayContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        11: .line 956
            goto 14
      StackMap locals:
      StackMap stack:
        12: aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.START_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 14
        13: .line 957
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputCol:I
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.createChildObjectContext:(II)Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
        14: .line 959
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        15: .line 962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.nextToken:()Lcom/fasterxml/jackson/core/JsonToken;
            astore 1 /* t */
        start local 1 // com.fasterxml.jackson.core.JsonToken t
        16: .line 963
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_TRUE:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 18
        17: .line 964
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
        18: .line 966
      StackMap locals: com.fasterxml.jackson.core.JsonToken
      StackMap stack:
            aload 1 /* t */
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_FALSE:Lcom/fasterxml/jackson/core/JsonToken;
            if_acmpne 20
        19: .line 967
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
        20: .line 969
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonToken t
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            3   15     1     t  Lcom/fasterxml/jackson/core/JsonToken;
           16   21     1     t  Lcom/fasterxml/jackson/core/JsonToken;
    Exceptions:
      throws java.io.IOException

  protected com.fasterxml.jackson.core.JsonToken _parsePosNumber(int);
    descriptor: (I)Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c
         0: .line 995
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 2 /* outBuf */
        start local 2 // char[] outBuf
         1: .line 1000
            iload 1 /* c */
            bipush 48
            if_icmpne 9
         2: .line 1001
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleLeadingZeroes:()I
            istore 1 /* c */
         3: .line 1002
            iload 1 /* c */
            bipush 57
            if_icmpgt 6
            iload 1 /* c */
            bipush 48
            if_icmplt 6
         4: .line 1003
            iconst_0
            istore 3 /* outPtr */
        start local 3 // int outPtr
         5: .line 1004
            goto 12
        end local 3 // int outPtr
         6: .line 1005
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* outBuf */
            iconst_0
            bipush 48
            castore
         7: .line 1006
            iconst_1
            istore 3 /* outPtr */
        start local 3 // int outPtr
         8: .line 1008
            goto 12
        end local 3 // int outPtr
         9: .line 1009
      StackMap locals:
      StackMap stack:
            aload 2 /* outBuf */
            iconst_0
            iload 1 /* c */
            i2c
            castore
        10: .line 1010
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        11: .line 1011
            iconst_1
            istore 3 /* outPtr */
        start local 3 // int outPtr
        12: .line 1013
      StackMap locals: int
      StackMap stack:
            iload 3 /* outPtr */
            istore 4 /* intLen */
        start local 4 // int intLen
        13: .line 1016
            goto 17
        14: .line 1017
      StackMap locals: int
      StackMap stack:
            iinc 4 /* intLen */ 1
        15: .line 1018
            aload 2 /* outBuf */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 1 /* c */
            i2c
            castore
        16: .line 1019
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        17: .line 1016
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 57
            if_icmpgt 18
            iload 1 /* c */
            bipush 48
            if_icmpge 14
        18: .line 1021
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 46
            if_icmpeq 19
            iload 1 /* c */
            bipush 101
            if_icmpeq 19
            iload 1 /* c */
            bipush 69
            if_icmpne 20
        19: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* outBuf */
            iload 3 /* outPtr */
            iload 1 /* c */
            iconst_0
            iload 4 /* intLen */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseFloat:([CIIZI)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        20: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 3 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
        21: .line 1026
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inRoot:()Z
            ifeq 24
        22: .line 1027
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._verifyRootSpace:()V
        23: .line 1028
            goto 25
        24: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
        25: .line 1032
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iload 4 /* intLen */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetInt:(ZI)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 4 // int intLen
        end local 3 // int outPtr
        end local 2 // char[] outBuf
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   26     1       c  I
            1   26     2  outBuf  [C
            5    6     3  outPtr  I
            8    9     3  outPtr  I
           12   26     3  outPtr  I
           13   26     4  intLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  protected com.fasterxml.jackson.core.JsonToken _parseNegNumber();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1037
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 1 /* outBuf */
        start local 1 // char[] outBuf
         1: .line 1038
            iconst_0
            istore 2 /* outPtr */
        start local 2 // int outPtr
         2: .line 1041
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            bipush 45
            castore
         3: .line 1042
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        start local 3 // int c
         4: .line 1043
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
         5: .line 1045
            iload 3 /* c */
            bipush 48
            if_icmpgt 10
         6: .line 1047
            iload 3 /* c */
            bipush 48
            if_icmpne 9
         7: .line 1048
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleLeadingZeroes:()I
            istore 3 /* c */
         8: .line 1049
            goto 13
         9: .line 1050
      StackMap locals: char[] int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleInvalidNumberStart:(IZ)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        10: .line 1053
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 57
            if_icmple 12
        11: .line 1054
            aload 0 /* this */
            iload 3 /* c */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleInvalidNumberStart:(IZ)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        12: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        13: .line 1059
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* intLen */
        start local 4 // int intLen
        14: .line 1062
            goto 18
        15: .line 1063
      StackMap locals: int
      StackMap stack:
            iinc 4 /* intLen */ 1
        16: .line 1064
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        17: .line 1065
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        18: .line 1062
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 57
            if_icmpgt 19
            iload 3 /* c */
            bipush 48
            if_icmpge 15
        19: .line 1067
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 46
            if_icmpeq 20
            iload 3 /* c */
            bipush 101
            if_icmpeq 20
            iload 3 /* c */
            bipush 69
            if_icmpne 21
        20: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iload 3 /* c */
            iconst_1
            iload 4 /* intLen */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseFloat:([CIIZI)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        21: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
        22: .line 1072
            aload 0 /* this */
            iload 3 /* c */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
        23: .line 1073
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inRoot:()Z
            ifeq 25
        24: .line 1074
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._verifyRootSpace:()V
        25: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iload 4 /* intLen */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetInt:(ZI)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 4 // int intLen
        end local 3 // int c
        end local 2 // int outPtr
        end local 1 // char[] outBuf
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   26     1  outBuf  [C
            2   26     2  outPtr  I
            4   26     3       c  I
           14   26     4  intLen  I
    Exceptions:
      throws java.io.IOException

  private final int _handleLeadingZeroes();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1089
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 1091
            iload 1 /* ch */
            bipush 48
            if_icmplt 2
            iload 1 /* ch */
            bipush 57
            if_icmple 3
         2: .line 1092
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ireturn
         3: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_LEADING_ZEROS:I
            iand
            ifne 7
         4: .line 1096
            aload 0 /* this */
            ldc "Leading zeroes not allowed"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportInvalidNumber:(Ljava/lang/String;)V
         5: .line 1099
            goto 7
         6: .line 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
         7: .line 1099
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 48
            if_icmpeq 6
         8: .line 1102
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1    9     1    ch  I
    Exceptions:
      throws java.io.IOException

  private final com.fasterxml.jackson.core.JsonToken _parseFloat(char[], int, int, boolean, int);
    descriptor: ([CIIZI)Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // char[] outBuf
        start local 2 // int outPtr
        start local 3 // int c
        start local 4 // boolean negative
        start local 5 // int integerPartLength
         0: .line 1108
            iconst_0
            istore 6 /* fractLen */
        start local 6 // int fractLen
         1: .line 1111
            iload 3 /* c */
            bipush 46
            if_icmpne 14
         2: .line 1112
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
         3: .line 1116
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
         4: .line 1117
            iload 3 /* c */
            bipush 48
            if_icmplt 12
            iload 3 /* c */
            bipush 57
            if_icmple 6
         5: .line 1118
            goto 12
         6: .line 1120
      StackMap locals:
      StackMap stack:
            iinc 6 /* fractLen */ 1
         7: .line 1121
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 10
         8: .line 1122
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
         9: .line 1123
            iconst_0
            istore 2 /* outPtr */
        10: .line 1125
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        11: .line 1115
            goto 3
        12: .line 1128
      StackMap locals:
      StackMap stack:
            iload 6 /* fractLen */
            ifne 14
        13: .line 1129
            aload 0 /* this */
            iload 3 /* c */
            ldc "Decimal point not followed by a digit"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportUnexpectedNumberChar:(ILjava/lang/String;)V
        14: .line 1133
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* expLen */
        start local 7 // int expLen
        15: .line 1134
            iload 3 /* c */
            bipush 101
            if_icmpeq 16
            iload 3 /* c */
            bipush 69
            if_icmpne 37
        16: .line 1135
      StackMap locals: int
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 19
        17: .line 1136
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
        18: .line 1137
            iconst_0
            istore 2 /* outPtr */
        19: .line 1139
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        20: .line 1140
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        21: .line 1142
            iload 3 /* c */
            bipush 45
            if_icmpeq 22
            iload 3 /* c */
            bipush 43
            if_icmpne 34
        22: .line 1143
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 25
        23: .line 1144
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
        24: .line 1145
            iconst_0
            istore 2 /* outPtr */
        25: .line 1147
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        26: .line 1148
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        27: .line 1150
            goto 34
        28: .line 1151
      StackMap locals:
      StackMap stack:
            iinc 7 /* expLen */ 1
        29: .line 1152
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 32
        30: .line 1153
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
        31: .line 1154
            iconst_0
            istore 2 /* outPtr */
        32: .line 1156
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        33: .line 1157
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
        34: .line 1150
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 57
            if_icmpgt 35
            iload 3 /* c */
            bipush 48
            if_icmpge 28
        35: .line 1160
      StackMap locals:
      StackMap stack:
            iload 7 /* expLen */
            ifne 37
        36: .line 1161
            aload 0 /* this */
            iload 3 /* c */
            ldc "Exponent indicator not followed by a digit"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportUnexpectedNumberChar:(ILjava/lang/String;)V
        37: .line 1167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
        38: .line 1168
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inRoot:()Z
            ifeq 40
        39: .line 1169
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._verifyRootSpace:()V
        40: .line 1171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
        41: .line 1174
            aload 0 /* this */
            iload 4 /* negative */
            iload 5 /* integerPartLength */
            iload 6 /* fractLen */
            iload 7 /* expLen */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetFloat:(ZIII)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 7 // int expLen
        end local 6 // int fractLen
        end local 5 // int integerPartLength
        end local 4 // boolean negative
        end local 3 // int c
        end local 2 // int outPtr
        end local 1 // char[] outBuf
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   42     0               this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   42     1             outBuf  [C
            0   42     2             outPtr  I
            0   42     3                  c  I
            0   42     4           negative  Z
            0   42     5  integerPartLength  I
            1   42     6           fractLen  I
           15   42     7             expLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      outBuf             
      outPtr             
      c                  
      negative           
      integerPartLength  

  private final void _verifyRootSpace();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1187
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 1188
            iload 1 /* ch */
            bipush 32
            if_icmpgt 6
         2: .line 1189
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         3: .line 1190
            iload 1 /* ch */
            bipush 13
            if_icmpeq 4
            iload 1 /* ch */
            bipush 10
            if_icmpne 5
         4: .line 1191
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
         5: .line 1193
      StackMap locals:
      StackMap stack:
            return
         6: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportMissingRootWS:(I)V
         7: .line 1196
            return
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1    8     1    ch  I
    Exceptions:
      throws java.io.IOException

  protected final java.lang.String _parseName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int i
         0: .line 1206
            iload 1 /* i */
            bipush 34
            if_icmpeq 2
         1: .line 1207
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleOddName:(I)Ljava/lang/String;
            areturn
         2: .line 1215
      StackMap locals:
      StackMap stack:
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 2 /* codes */
        start local 2 // int[] codes
         3: .line 1217
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* q */
        start local 3 // int q
         4: .line 1219
            aload 2 /* codes */
            iload 3 /* q */
            iaload
            ifne 30
         5: .line 1220
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         6: .line 1221
            aload 2 /* codes */
            iload 1 /* i */
            iaload
            ifne 27
         7: .line 1222
            iload 3 /* q */
            bipush 8
            ishl
            iload 1 /* i */
            ior
            istore 3 /* q */
         8: .line 1223
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         9: .line 1224
            aload 2 /* codes */
            iload 1 /* i */
            iaload
            ifne 24
        10: .line 1225
            iload 3 /* q */
            bipush 8
            ishl
            iload 1 /* i */
            ior
            istore 3 /* q */
        11: .line 1226
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        12: .line 1227
            aload 2 /* codes */
            iload 1 /* i */
            iaload
            ifne 21
        13: .line 1228
            iload 3 /* q */
            bipush 8
            ishl
            iload 1 /* i */
            ior
            istore 3 /* q */
        14: .line 1229
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        15: .line 1230
            aload 2 /* codes */
            iload 1 /* i */
            iaload
            ifne 18
        16: .line 1231
            aload 0 /* this */
            iload 3 /* q */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
        17: .line 1232
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseMediumName:(I)Ljava/lang/String;
            areturn
        18: .line 1234
      StackMap locals: int[] int
      StackMap stack:
            iload 1 /* i */
            bipush 34
            if_icmpne 20
        19: .line 1235
            aload 0 /* this */
            iload 3 /* q */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(II)Ljava/lang/String;
            areturn
        20: .line 1237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* q */
            iload 1 /* i */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(III)Ljava/lang/String;
            areturn
        21: .line 1239
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 34
            if_icmpne 23
        22: .line 1240
            aload 0 /* this */
            iload 3 /* q */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(II)Ljava/lang/String;
            areturn
        23: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* q */
            iload 1 /* i */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(III)Ljava/lang/String;
            areturn
        24: .line 1244
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 34
            if_icmpne 26
        25: .line 1245
            aload 0 /* this */
            iload 3 /* q */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(II)Ljava/lang/String;
            areturn
        26: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* q */
            iload 1 /* i */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(III)Ljava/lang/String;
            areturn
        27: .line 1249
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 34
            if_icmpne 29
        28: .line 1250
            aload 0 /* this */
            iload 3 /* q */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(II)Ljava/lang/String;
            areturn
        29: .line 1252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* q */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(III)Ljava/lang/String;
            areturn
        30: .line 1254
      StackMap locals:
      StackMap stack:
            iload 3 /* q */
            bipush 34
            if_icmpne 32
        31: .line 1255
            ldc ""
            areturn
        32: .line 1257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iload 3 /* q */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(III)Ljava/lang/String;
            areturn
        end local 3 // int q
        end local 2 // int[] codes
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   33     1      i  I
            3   33     2  codes  [I
            4   33     3      q  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  private final java.lang.String _parseMediumName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q2
         0: .line 1262
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 2 /* codes */
        start local 2 // int[] codes
         1: .line 1265
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* i */
        start local 3 // int i
         2: .line 1266
            aload 2 /* codes */
            iload 3 /* i */
            iaload
            ifeq 6
         3: .line 1267
            iload 3 /* i */
            bipush 34
            if_icmpne 5
         4: .line 1268
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(III)Ljava/lang/String;
            areturn
         5: .line 1270
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iload 3 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIII)Ljava/lang/String;
            areturn
         6: .line 1272
      StackMap locals:
      StackMap stack:
            iload 1 /* q2 */
            bipush 8
            ishl
            iload 3 /* i */
            ior
            istore 1 /* q2 */
         7: .line 1273
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* i */
         8: .line 1274
            aload 2 /* codes */
            iload 3 /* i */
            iaload
            ifeq 12
         9: .line 1275
            iload 3 /* i */
            bipush 34
            if_icmpne 11
        10: .line 1276
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(III)Ljava/lang/String;
            areturn
        11: .line 1278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iload 3 /* i */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIII)Ljava/lang/String;
            areturn
        12: .line 1280
      StackMap locals:
      StackMap stack:
            iload 1 /* q2 */
            bipush 8
            ishl
            iload 3 /* i */
            ior
            istore 1 /* q2 */
        13: .line 1281
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* i */
        14: .line 1282
            aload 2 /* codes */
            iload 3 /* i */
            iaload
            ifeq 18
        15: .line 1283
            iload 3 /* i */
            bipush 34
            if_icmpne 17
        16: .line 1284
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(III)Ljava/lang/String;
            areturn
        17: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iload 3 /* i */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIII)Ljava/lang/String;
            areturn
        18: .line 1288
      StackMap locals:
      StackMap stack:
            iload 1 /* q2 */
            bipush 8
            ishl
            iload 3 /* i */
            ior
            istore 1 /* q2 */
        19: .line 1289
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* i */
        20: .line 1290
            aload 2 /* codes */
            iload 3 /* i */
            iaload
            ifeq 24
        21: .line 1291
            iload 3 /* i */
            bipush 34
            if_icmpne 23
        22: .line 1292
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(III)Ljava/lang/String;
            areturn
        23: .line 1294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 1 /* q2 */
            iload 3 /* i */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIII)Ljava/lang/String;
            areturn
        24: .line 1296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            iload 1 /* q2 */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseMediumName2:(II)Ljava/lang/String;
            areturn
        end local 3 // int i
        end local 2 // int[] codes
        end local 1 // int q2
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   25     1     q2  I
            1   25     2  codes  [I
            2   25     3      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      q2    

  private final java.lang.String _parseMediumName2(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q3
        start local 2 // int q2
         0: .line 1301
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 3 /* codes */
        start local 3 // int[] codes
         1: .line 1304
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* i */
        start local 4 // int i
         2: .line 1305
            aload 3 /* codes */
            iload 4 /* i */
            iaload
            ifeq 6
         3: .line 1306
            iload 4 /* i */
            bipush 34
            if_icmpne 5
         4: .line 1307
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(IIII)Ljava/lang/String;
            areturn
         5: .line 1309
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iload 4 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIIII)Ljava/lang/String;
            areturn
         6: .line 1311
      StackMap locals:
      StackMap stack:
            iload 1 /* q3 */
            bipush 8
            ishl
            iload 4 /* i */
            ior
            istore 1 /* q3 */
         7: .line 1312
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* i */
         8: .line 1313
            aload 3 /* codes */
            iload 4 /* i */
            iaload
            ifeq 12
         9: .line 1314
            iload 4 /* i */
            bipush 34
            if_icmpne 11
        10: .line 1315
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(IIII)Ljava/lang/String;
            areturn
        11: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iload 4 /* i */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIIII)Ljava/lang/String;
            areturn
        12: .line 1319
      StackMap locals:
      StackMap stack:
            iload 1 /* q3 */
            bipush 8
            ishl
            iload 4 /* i */
            ior
            istore 1 /* q3 */
        13: .line 1320
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* i */
        14: .line 1321
            aload 3 /* codes */
            iload 4 /* i */
            iaload
            ifeq 18
        15: .line 1322
            iload 4 /* i */
            bipush 34
            if_icmpne 17
        16: .line 1323
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(IIII)Ljava/lang/String;
            areturn
        17: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iload 4 /* i */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIIII)Ljava/lang/String;
            areturn
        18: .line 1327
      StackMap locals:
      StackMap stack:
            iload 1 /* q3 */
            bipush 8
            ishl
            iload 4 /* i */
            ior
            istore 1 /* q3 */
        19: .line 1328
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* i */
        20: .line 1329
            aload 3 /* codes */
            iload 4 /* i */
            iaload
            ifeq 24
        21: .line 1330
            iload 4 /* i */
            bipush 34
            if_icmpne 23
        22: .line 1331
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:(IIII)Ljava/lang/String;
            areturn
        23: .line 1333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iload 2 /* q2 */
            iload 1 /* q3 */
            iload 4 /* i */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseName:(IIIII)Ljava/lang/String;
            areturn
        24: .line 1335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            iload 2 /* q2 */
            iload 1 /* q3 */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseLongName:(III)Ljava/lang/String;
            areturn
        end local 4 // int i
        end local 3 // int[] codes
        end local 2 // int q2
        end local 1 // int q3
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   25     1     q3  I
            0   25     2     q2  I
            1   25     3  codes  [I
            2   25     4      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      q3    
      q2    final

  private final java.lang.String _parseLongName(int, int, int);
    descriptor: (III)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q
        start local 2 // int q2
        start local 3 // int q3
         0: .line 1340
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quad1:I
            iastore
         1: .line 1341
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_1
            iload 2 /* q2 */
            iastore
         2: .line 1342
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_2
            iload 3 /* q3 */
            iastore
         3: .line 1345
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 4 /* codes */
        start local 4 // int[] codes
         4: .line 1346
            iconst_3
            istore 5 /* qlen */
        start local 5 // int qlen
         5: .line 1349
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* i */
        start local 6 // int i
         6: .line 1350
            aload 4 /* codes */
            iload 6 /* i */
            iaload
            ifeq 10
         7: .line 1351
            iload 6 /* i */
            bipush 34
            if_icmpne 9
         8: .line 1352
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:([IIII)Ljava/lang/String;
            areturn
         9: .line 1354
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iload 6 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        10: .line 1357
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 6 /* i */
            ior
            istore 1 /* q */
        11: .line 1358
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* i */
        12: .line 1359
            aload 4 /* codes */
            iload 6 /* i */
            iaload
            ifeq 16
        13: .line 1360
            iload 6 /* i */
            bipush 34
            if_icmpne 15
        14: .line 1361
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:([IIII)Ljava/lang/String;
            areturn
        15: .line 1363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iload 6 /* i */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        16: .line 1366
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 6 /* i */
            ior
            istore 1 /* q */
        17: .line 1367
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* i */
        18: .line 1368
            aload 4 /* codes */
            iload 6 /* i */
            iaload
            ifeq 22
        19: .line 1369
            iload 6 /* i */
            bipush 34
            if_icmpne 21
        20: .line 1370
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:([IIII)Ljava/lang/String;
            areturn
        21: .line 1372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iload 6 /* i */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        22: .line 1375
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 6 /* i */
            ior
            istore 1 /* q */
        23: .line 1376
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* i */
        24: .line 1377
            aload 4 /* codes */
            iload 6 /* i */
            iaload
            ifeq 28
        25: .line 1378
            iload 6 /* i */
            bipush 34
            if_icmpne 27
        26: .line 1379
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.findName:([IIII)Ljava/lang/String;
            areturn
        27: .line 1381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iload 1 /* q */
            iload 6 /* i */
            iconst_4
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        28: .line 1385
      StackMap locals:
      StackMap stack:
            iload 5 /* qlen */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            arraylength
            if_icmplt 30
        29: .line 1386
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        30: .line 1388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iload 5 /* qlen */
            iinc 5 /* qlen */ 1
            iload 1 /* q */
            iastore
        31: .line 1389
            iload 6 /* i */
            istore 1 /* q */
        end local 6 // int i
        32: .line 1348
            goto 5
        end local 5 // int qlen
        end local 4 // int[] codes
        end local 3 // int q3
        end local 2 // int q2
        end local 1 // int q
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   33     1      q  I
            0   33     2     q2  I
            0   33     3     q3  I
            4   33     4  codes  [I
            5   33     5   qlen  I
            6   32     6      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      q     
      q2    final
      q3    

  private final java.lang.String parseName(int, int, int);
    descriptor: (III)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int ch
        start local 3 // int lastQuadBytes
         0: .line 1394
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            iload 1 /* q1 */
            iload 2 /* ch */
            iload 3 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        end local 3 // int lastQuadBytes
        end local 2 // int ch
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    1     1             q1  I
            0    1     2             ch  I
            0    1     3  lastQuadBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      q1             
      ch             
      lastQuadBytes  

  private final java.lang.String parseName(int, int, int, int);
    descriptor: (IIII)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int q2
        start local 3 // int ch
        start local 4 // int lastQuadBytes
         0: .line 1398
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            iload 1 /* q1 */
            iastore
         1: .line 1399
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_1
            iload 2 /* q2 */
            iload 3 /* ch */
            iload 4 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        end local 4 // int lastQuadBytes
        end local 3 // int ch
        end local 2 // int q2
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    2     1             q1  I
            0    2     2             q2  I
            0    2     3             ch  I
            0    2     4  lastQuadBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      q1             
      q2             
      ch             
      lastQuadBytes  

  private final java.lang.String parseName(int, int, int, int, int);
    descriptor: (IIIII)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int q2
        start local 3 // int q3
        start local 4 // int ch
        start local 5 // int lastQuadBytes
         0: .line 1403
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            iload 1 /* q1 */
            iastore
         1: .line 1404
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_1
            iload 2 /* q2 */
            iastore
         2: .line 1405
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_2
            iload 3 /* q3 */
            iload 4 /* ch */
            iload 5 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.parseEscapedName:([IIIII)Ljava/lang/String;
            areturn
        end local 5 // int lastQuadBytes
        end local 4 // int ch
        end local 3 // int q3
        end local 2 // int q2
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    3     1             q1  I
            0    3     2             q2  I
            0    3     3             q3  I
            0    3     4             ch  I
            0    3     5  lastQuadBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      q1             
      q2             
      q3             
      ch             
      lastQuadBytes  

  protected final java.lang.String parseEscapedName(int[], int, int, int, int);
    descriptor: ([IIIII)Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=8, args_size=6
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int[] quads
        start local 2 // int qlen
        start local 3 // int currQuad
        start local 4 // int ch
        start local 5 // int currQuadBytes
         0: .line 1422
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 6 /* codes */
        start local 6 // int[] codes
         1: .line 1425
      StackMap locals: int[]
      StackMap stack:
            aload 6 /* codes */
            iload 4 /* ch */
            iaload
            ifeq 30
         2: .line 1426
            iload 4 /* ch */
            bipush 34
            if_icmpne 4
         3: .line 1427
            goto 41
         4: .line 1430
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 92
            if_icmpeq 7
         5: .line 1432
            aload 0 /* this */
            iload 4 /* ch */
            ldc "name"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwUnquotedSpace:(ILjava/lang/String;)V
         6: .line 1433
            goto 8
         7: .line 1435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeEscaped:()C
            istore 4 /* ch */
         8: .line 1442
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 127
            if_icmple 30
         9: .line 1444
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmplt 15
        10: .line 1445
            iload 2 /* qlen */
            aload 1 /* quads */
            arraylength
            if_icmplt 12
        11: .line 1446
            aload 0 /* this */
            aload 1 /* quads */
            aload 1 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 1 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        12: .line 1448
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 2 /* qlen */
            iinc 2 /* qlen */ 1
            iload 3 /* currQuad */
            iastore
        13: .line 1449
            iconst_0
            istore 3 /* currQuad */
        14: .line 1450
            iconst_0
            istore 5 /* currQuadBytes */
        15: .line 1452
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            sipush 2048
            if_icmpge 19
        16: .line 1453
            iload 3 /* currQuad */
            bipush 8
            ishl
            sipush 192
            iload 4 /* ch */
            bipush 6
            ishr
            ior
            ior
            istore 3 /* currQuad */
        17: .line 1454
            iinc 5 /* currQuadBytes */ 1
        18: .line 1456
            goto 29
        19: .line 1457
      StackMap locals:
      StackMap stack:
            iload 3 /* currQuad */
            bipush 8
            ishl
            sipush 224
            iload 4 /* ch */
            bipush 12
            ishr
            ior
            ior
            istore 3 /* currQuad */
        20: .line 1458
            iinc 5 /* currQuadBytes */ 1
        21: .line 1460
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmplt 27
        22: .line 1461
            iload 2 /* qlen */
            aload 1 /* quads */
            arraylength
            if_icmplt 24
        23: .line 1462
            aload 0 /* this */
            aload 1 /* quads */
            aload 1 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 1 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        24: .line 1464
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 2 /* qlen */
            iinc 2 /* qlen */ 1
            iload 3 /* currQuad */
            iastore
        25: .line 1465
            iconst_0
            istore 3 /* currQuad */
        26: .line 1466
            iconst_0
            istore 5 /* currQuadBytes */
        27: .line 1468
      StackMap locals:
      StackMap stack:
            iload 3 /* currQuad */
            bipush 8
            ishl
            sipush 128
            iload 4 /* ch */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            ior
            istore 3 /* currQuad */
        28: .line 1469
            iinc 5 /* currQuadBytes */ 1
        29: .line 1472
      StackMap locals:
      StackMap stack:
            sipush 128
            iload 4 /* ch */
            bipush 63
            iand
            ior
            istore 4 /* ch */
        30: .line 1476
      StackMap locals:
      StackMap stack:
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmpge 34
        31: .line 1477
            iinc 5 /* currQuadBytes */ 1
        32: .line 1478
            iload 3 /* currQuad */
            bipush 8
            ishl
            iload 4 /* ch */
            ior
            istore 3 /* currQuad */
        33: .line 1479
            goto 39
        34: .line 1480
      StackMap locals:
      StackMap stack:
            iload 2 /* qlen */
            aload 1 /* quads */
            arraylength
            if_icmplt 36
        35: .line 1481
            aload 0 /* this */
            aload 1 /* quads */
            aload 1 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 1 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        36: .line 1483
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 2 /* qlen */
            iinc 2 /* qlen */ 1
            iload 3 /* currQuad */
            iastore
        37: .line 1484
            iload 4 /* ch */
            istore 3 /* currQuad */
        38: .line 1485
            iconst_1
            istore 5 /* currQuadBytes */
        39: .line 1487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* ch */
        40: .line 1424
            goto 1
        41: .line 1490
      StackMap locals:
      StackMap stack:
            iload 5 /* currQuadBytes */
            ifle 45
        42: .line 1491
            iload 2 /* qlen */
            aload 1 /* quads */
            arraylength
            if_icmplt 44
        43: .line 1492
            aload 0 /* this */
            aload 1 /* quads */
            aload 1 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 1 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        44: .line 1494
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 2 /* qlen */
            iinc 2 /* qlen */ 1
            iload 3 /* currQuad */
            iload 5 /* currQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            iastore
        45: .line 1496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            aload 1 /* quads */
            iload 2 /* qlen */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:([II)Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
        46: .line 1497
            aload 7 /* name */
            ifnonnull 48
        47: .line 1498
            aload 0 /* this */
            aload 1 /* quads */
            iload 2 /* qlen */
            iload 5 /* currQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            astore 7 /* name */
        48: .line 1500
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* name */
            areturn
        end local 7 // java.lang.String name
        end local 6 // int[] codes
        end local 5 // int currQuadBytes
        end local 4 // int ch
        end local 3 // int currQuad
        end local 2 // int qlen
        end local 1 // int[] quads
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   49     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   49     1          quads  [I
            0   49     2           qlen  I
            0   49     3       currQuad  I
            0   49     4             ch  I
            0   49     5  currQuadBytes  I
            1   49     6          codes  [I
           46   49     7           name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      quads          
      qlen           
      currQuad       
      ch             
      currQuadBytes  

  protected java.lang.String _handleOddName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int ch
         0: .line 1511
            iload 1 /* ch */
            bipush 39
            if_icmpne 2
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_SINGLE_QUOTES:I
            iand
            ifeq 2
         1: .line 1512
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parseAposName:()Ljava/lang/String;
            areturn
         2: .line 1514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_UNQUOTED_NAMES:I
            iand
            ifne 5
         3: .line 1515
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeCharForError:(I)I
            i2c
            istore 2 /* c */
        start local 2 // char c
         4: .line 1516
            aload 0 /* this */
            iload 2 /* c */
            ldc "was expecting double-quote to start field name"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        end local 2 // char c
         5: .line 1522
      StackMap locals:
      StackMap stack:
            invokestatic com.fasterxml.jackson.core.io.CharTypes.getInputCodeUtf8JsNames:()[I
            astore 2 /* codes */
        start local 2 // int[] codes
         6: .line 1524
            aload 2 /* codes */
            iload 1 /* ch */
            iaload
            ifeq 8
         7: .line 1525
            aload 0 /* this */
            iload 1 /* ch */
            ldc "was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
         8: .line 1532
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            astore 3 /* quads */
        start local 3 // int[] quads
         9: .line 1533
            iconst_0
            istore 4 /* qlen */
        start local 4 // int qlen
        10: .line 1534
            iconst_0
            istore 5 /* currQuad */
        start local 5 // int currQuad
        11: .line 1535
            iconst_0
            istore 6 /* currQuadBytes */
        start local 6 // int currQuadBytes
        12: .line 1539
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int int[] int[] int int int
      StackMap stack:
            iload 6 /* currQuadBytes */
            iconst_4
            if_icmpge 16
        13: .line 1540
            iinc 6 /* currQuadBytes */ 1
        14: .line 1541
            iload 5 /* currQuad */
            bipush 8
            ishl
            iload 1 /* ch */
            ior
            istore 5 /* currQuad */
        15: .line 1542
            goto 21
        16: .line 1543
      StackMap locals:
      StackMap stack:
            iload 4 /* qlen */
            aload 3 /* quads */
            arraylength
            if_icmplt 18
        17: .line 1544
            aload 0 /* this */
            aload 3 /* quads */
            aload 3 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 3 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        18: .line 1546
      StackMap locals:
      StackMap stack:
            aload 3 /* quads */
            iload 4 /* qlen */
            iinc 4 /* qlen */ 1
            iload 5 /* currQuad */
            iastore
        19: .line 1547
            iload 1 /* ch */
            istore 5 /* currQuad */
        20: .line 1548
            iconst_1
            istore 6 /* currQuadBytes */
        21: .line 1550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
        22: .line 1551
            aload 2 /* codes */
            iload 1 /* ch */
            iaload
            ifeq 12
        23: .line 1556
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
        24: .line 1557
            iload 6 /* currQuadBytes */
            ifle 28
        25: .line 1558
            iload 4 /* qlen */
            aload 3 /* quads */
            arraylength
            if_icmplt 27
        26: .line 1559
            aload 0 /* this */
            aload 3 /* quads */
            aload 3 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 3 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        27: .line 1561
      StackMap locals:
      StackMap stack:
            aload 3 /* quads */
            iload 4 /* qlen */
            iinc 4 /* qlen */ 1
            iload 5 /* currQuad */
            iastore
        28: .line 1563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            aload 3 /* quads */
            iload 4 /* qlen */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:([II)Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
        29: .line 1564
            aload 7 /* name */
            ifnonnull 31
        30: .line 1565
            aload 0 /* this */
            aload 3 /* quads */
            iload 4 /* qlen */
            iload 6 /* currQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            astore 7 /* name */
        31: .line 1567
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* name */
            areturn
        end local 7 // java.lang.String name
        end local 6 // int currQuadBytes
        end local 5 // int currQuad
        end local 4 // int qlen
        end local 3 // int[] quads
        end local 2 // int[] codes
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   32     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   32     1             ch  I
            4    5     2              c  C
            6   32     2          codes  [I
            9   32     3          quads  [I
           10   32     4           qlen  I
           11   32     5       currQuad  I
           12   32     6  currQuadBytes  I
           29   32     7           name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  protected java.lang.String _parseAposName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1578
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 1579
            iload 1 /* ch */
            bipush 39
            if_icmpne 3
         2: .line 1580
            ldc ""
            areturn
         3: .line 1582
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            astore 2 /* quads */
        start local 2 // int[] quads
         4: .line 1583
            iconst_0
            istore 3 /* qlen */
        start local 3 // int qlen
         5: .line 1584
            iconst_0
            istore 4 /* currQuad */
        start local 4 // int currQuad
         6: .line 1585
            iconst_0
            istore 5 /* currQuadBytes */
        start local 5 // int currQuadBytes
         7: .line 1589
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icLatin1:[I
            astore 6 /* codes */
        start local 6 // int[] codes
         8: .line 1592
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int int[] int int int int[]
      StackMap stack:
            iload 1 /* ch */
            bipush 39
            if_icmpne 10
         9: .line 1593
            goto 48
        10: .line 1596
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 34
            if_icmpeq 37
            aload 6 /* codes */
            iload 1 /* ch */
            iaload
            ifeq 37
        11: .line 1597
            iload 1 /* ch */
            bipush 92
            if_icmpeq 14
        12: .line 1600
            aload 0 /* this */
            iload 1 /* ch */
            ldc "name"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwUnquotedSpace:(ILjava/lang/String;)V
        13: .line 1601
            goto 15
        14: .line 1603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeEscaped:()C
            istore 1 /* ch */
        15: .line 1609
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 127
            if_icmple 37
        16: .line 1611
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmplt 22
        17: .line 1612
            iload 3 /* qlen */
            aload 2 /* quads */
            arraylength
            if_icmplt 19
        18: .line 1613
            aload 0 /* this */
            aload 2 /* quads */
            aload 2 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 2 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        19: .line 1615
      StackMap locals:
      StackMap stack:
            aload 2 /* quads */
            iload 3 /* qlen */
            iinc 3 /* qlen */ 1
            iload 4 /* currQuad */
            iastore
        20: .line 1616
            iconst_0
            istore 4 /* currQuad */
        21: .line 1617
            iconst_0
            istore 5 /* currQuadBytes */
        22: .line 1619
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 2048
            if_icmpge 26
        23: .line 1620
            iload 4 /* currQuad */
            bipush 8
            ishl
            sipush 192
            iload 1 /* ch */
            bipush 6
            ishr
            ior
            ior
            istore 4 /* currQuad */
        24: .line 1621
            iinc 5 /* currQuadBytes */ 1
        25: .line 1623
            goto 36
        26: .line 1624
      StackMap locals:
      StackMap stack:
            iload 4 /* currQuad */
            bipush 8
            ishl
            sipush 224
            iload 1 /* ch */
            bipush 12
            ishr
            ior
            ior
            istore 4 /* currQuad */
        27: .line 1625
            iinc 5 /* currQuadBytes */ 1
        28: .line 1627
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmplt 34
        29: .line 1628
            iload 3 /* qlen */
            aload 2 /* quads */
            arraylength
            if_icmplt 31
        30: .line 1629
            aload 0 /* this */
            aload 2 /* quads */
            aload 2 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 2 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        31: .line 1631
      StackMap locals:
      StackMap stack:
            aload 2 /* quads */
            iload 3 /* qlen */
            iinc 3 /* qlen */ 1
            iload 4 /* currQuad */
            iastore
        32: .line 1632
            iconst_0
            istore 4 /* currQuad */
        33: .line 1633
            iconst_0
            istore 5 /* currQuadBytes */
        34: .line 1635
      StackMap locals:
      StackMap stack:
            iload 4 /* currQuad */
            bipush 8
            ishl
            sipush 128
            iload 1 /* ch */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            ior
            istore 4 /* currQuad */
        35: .line 1636
            iinc 5 /* currQuadBytes */ 1
        36: .line 1639
      StackMap locals:
      StackMap stack:
            sipush 128
            iload 1 /* ch */
            bipush 63
            iand
            ior
            istore 1 /* ch */
        37: .line 1643
      StackMap locals:
      StackMap stack:
            iload 5 /* currQuadBytes */
            iconst_4
            if_icmpge 41
        38: .line 1644
            iinc 5 /* currQuadBytes */ 1
        39: .line 1645
            iload 4 /* currQuad */
            bipush 8
            ishl
            iload 1 /* ch */
            ior
            istore 4 /* currQuad */
        40: .line 1646
            goto 46
        41: .line 1647
      StackMap locals:
      StackMap stack:
            iload 3 /* qlen */
            aload 2 /* quads */
            arraylength
            if_icmplt 43
        42: .line 1648
            aload 0 /* this */
            aload 2 /* quads */
            aload 2 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 2 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        43: .line 1650
      StackMap locals:
      StackMap stack:
            aload 2 /* quads */
            iload 3 /* qlen */
            iinc 3 /* qlen */ 1
            iload 4 /* currQuad */
            iastore
        44: .line 1651
            iload 1 /* ch */
            istore 4 /* currQuad */
        45: .line 1652
            iconst_1
            istore 5 /* currQuadBytes */
        46: .line 1654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
        47: .line 1591
            goto 8
        48: .line 1657
      StackMap locals:
      StackMap stack:
            iload 5 /* currQuadBytes */
            ifle 52
        49: .line 1658
            iload 3 /* qlen */
            aload 2 /* quads */
            arraylength
            if_icmplt 51
        50: .line 1659
            aload 0 /* this */
            aload 2 /* quads */
            aload 2 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 2 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
        51: .line 1661
      StackMap locals:
      StackMap stack:
            aload 2 /* quads */
            iload 3 /* qlen */
            iinc 3 /* qlen */ 1
            iload 4 /* currQuad */
            iload 5 /* currQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            iastore
        52: .line 1663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            aload 2 /* quads */
            iload 3 /* qlen */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:([II)Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
        53: .line 1664
            aload 7 /* name */
            ifnonnull 55
        54: .line 1665
            aload 0 /* this */
            aload 2 /* quads */
            iload 3 /* qlen */
            iload 5 /* currQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            astore 7 /* name */
        55: .line 1667
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* name */
            areturn
        end local 7 // java.lang.String name
        end local 6 // int[] codes
        end local 5 // int currQuadBytes
        end local 4 // int currQuad
        end local 3 // int qlen
        end local 2 // int[] quads
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   56     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   56     1             ch  I
            4   56     2          quads  [I
            5   56     3           qlen  I
            6   56     4       currQuad  I
            7   56     5  currQuadBytes  I
            8   56     6          codes  [I
           53   56     7           name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  private final java.lang.String findName(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int lastQuadBytes
         0: .line 1678
            iload 1 /* q1 */
            iload 2 /* lastQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            istore 1 /* q1 */
         1: .line 1680
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            iload 1 /* q1 */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:(I)Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         2: .line 1681
            aload 3 /* name */
            ifnull 4
         3: .line 1682
            aload 3 /* name */
            areturn
         4: .line 1685
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            iload 1 /* q1 */
            iastore
         5: .line 1686
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_1
            iload 2 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            areturn
        end local 3 // java.lang.String name
        end local 2 // int lastQuadBytes
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    6     1             q1  I
            0    6     2  lastQuadBytes  I
            2    6     3           name  Ljava/lang/String;
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
               Name  Flags
      q1             
      lastQuadBytes  

  private final java.lang.String findName(int, int, int);
    descriptor: (III)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int q2
        start local 3 // int lastQuadBytes
         0: .line 1691
            iload 2 /* q2 */
            iload 3 /* lastQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            istore 2 /* q2 */
         1: .line 1693
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            iload 1 /* q1 */
            iload 2 /* q2 */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:(II)Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         2: .line 1694
            aload 4 /* name */
            ifnull 4
         3: .line 1695
            aload 4 /* name */
            areturn
         4: .line 1698
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_0
            iload 1 /* q1 */
            iastore
         5: .line 1699
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_1
            iload 2 /* q2 */
            iastore
         6: .line 1700
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            iconst_2
            iload 3 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            areturn
        end local 4 // java.lang.String name
        end local 3 // int lastQuadBytes
        end local 2 // int q2
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    7     1             q1  I
            0    7     2             q2  I
            0    7     3  lastQuadBytes  I
            2    7     4           name  Ljava/lang/String;
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
               Name  Flags
      q1             
      q2             
      lastQuadBytes  

  private final java.lang.String findName(int, int, int, int);
    descriptor: (IIII)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int q1
        start local 2 // int q2
        start local 3 // int q3
        start local 4 // int lastQuadBytes
         0: .line 1705
            iload 3 /* q3 */
            iload 4 /* lastQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            istore 3 /* q3 */
         1: .line 1706
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            iload 1 /* q1 */
            iload 2 /* q2 */
            iload 3 /* q3 */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:(III)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         2: .line 1707
            aload 5 /* name */
            ifnull 4
         3: .line 1708
            aload 5 /* name */
            areturn
         4: .line 1710
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
            astore 6 /* quads */
        start local 6 // int[] quads
         5: .line 1711
            aload 6 /* quads */
            iconst_0
            iload 1 /* q1 */
            iastore
         6: .line 1712
            aload 6 /* quads */
            iconst_1
            iload 2 /* q2 */
            iastore
         7: .line 1713
            aload 6 /* quads */
            iconst_2
            iload 3 /* q3 */
            iload 4 /* lastQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            iastore
         8: .line 1714
            aload 0 /* this */
            aload 6 /* quads */
            iconst_3
            iload 4 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            areturn
        end local 6 // int[] quads
        end local 5 // java.lang.String name
        end local 4 // int lastQuadBytes
        end local 3 // int q3
        end local 2 // int q2
        end local 1 // int q1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    9     1             q1  I
            0    9     2             q2  I
            0    9     3             q3  I
            0    9     4  lastQuadBytes  I
            2    9     5           name  Ljava/lang/String;
            5    9     6          quads  [I
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
               Name  Flags
      q1             
      q2             
      q3             
      lastQuadBytes  

  private final java.lang.String findName(int[], int, int, int);
    descriptor: ([IIII)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int[] quads
        start local 2 // int qlen
        start local 3 // int lastQuad
        start local 4 // int lastQuadBytes
         0: .line 1719
            iload 2 /* qlen */
            aload 1 /* quads */
            arraylength
            if_icmplt 2
         1: .line 1720
            aload 0 /* this */
            aload 1 /* quads */
            aload 1 /* quads */
            arraylength
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._growArrayBy:([II)[I
            dup
            astore 1 /* quads */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._quadBuffer:[I
         2: .line 1722
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 2 /* qlen */
            iinc 2 /* qlen */ 1
            iload 3 /* lastQuad */
            iload 4 /* lastQuadBytes */
            invokestatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.pad:(II)I
            iastore
         3: .line 1723
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            aload 1 /* quads */
            iload 2 /* qlen */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.findName:([II)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         4: .line 1724
            aload 5 /* name */
            ifnonnull 6
         5: .line 1725
            aload 0 /* this */
            aload 1 /* quads */
            iload 2 /* qlen */
            iload 4 /* lastQuadBytes */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.addName:([III)Ljava/lang/String;
            areturn
         6: .line 1727
      StackMap locals: java.lang.String
      StackMap stack:
            aload 5 /* name */
            areturn
        end local 5 // java.lang.String name
        end local 4 // int lastQuadBytes
        end local 3 // int lastQuad
        end local 2 // int qlen
        end local 1 // int[] quads
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    7     1          quads  [I
            0    7     2           qlen  I
            0    7     3       lastQuad  I
            0    7     4  lastQuadBytes  I
            4    7     5           name  Ljava/lang/String;
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
               Name  Flags
      quads          
      qlen           
      lastQuad       
      lastQuadBytes  

  private final java.lang.String addName(int[], int, int);
    descriptor: ([III)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int[] quads
        start local 2 // int qlen
        start local 3 // int lastQuadBytes
         0: .line 1743
            iload 2 /* qlen */
            iconst_2
            ishl
            iconst_4
            isub
            iload 3 /* lastQuadBytes */
            iadd
            istore 4 /* byteLen */
        start local 4 // int byteLen
         1: .line 1752
            iload 3 /* lastQuadBytes */
            iconst_4
            if_icmpge 5
         2: .line 1753
            aload 1 /* quads */
            iload 2 /* qlen */
            iconst_1
            isub
            iaload
            istore 5 /* lastQuad */
        start local 5 // int lastQuad
         3: .line 1755
            aload 1 /* quads */
            iload 2 /* qlen */
            iconst_1
            isub
            iload 5 /* lastQuad */
            iconst_4
            iload 3 /* lastQuadBytes */
            isub
            iconst_3
            ishl
            ishl
            iastore
         4: .line 1756
            goto 6
        end local 5 // int lastQuad
         5: .line 1757
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* lastQuad */
        start local 5 // int lastQuad
         6: .line 1761
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 6 /* cbuf */
        start local 6 // char[] cbuf
         7: .line 1762
            iconst_0
            istore 7 /* cix */
        start local 7 // int cix
         8: .line 1764
            iconst_0
            istore 8 /* ix */
        start local 8 // int ix
         9: goto 63
        10: .line 1765
      StackMap locals: char[] int int
      StackMap stack:
            aload 1 /* quads */
            iload 8 /* ix */
            iconst_2
            ishr
            iaload
            istore 9 /* ch */
        start local 9 // int ch
        11: .line 1766
            iload 8 /* ix */
            iconst_3
            iand
            istore 10 /* byteIx */
        start local 10 // int byteIx
        12: .line 1767
            iload 9 /* ch */
            iconst_3
            iload 10 /* byteIx */
            isub
            iconst_3
            ishl
            ishr
            sipush 255
            iand
            istore 9 /* ch */
        13: .line 1768
            iinc 8 /* ix */ 1
        14: .line 1770
            iload 9 /* ch */
            bipush 127
            if_icmple 60
        15: .line 1772
            iload 9 /* ch */
            sipush 224
            iand
            sipush 192
            if_icmpne 19
        16: .line 1773
            iload 9 /* ch */
            bipush 31
            iand
            istore 9 /* ch */
        17: .line 1774
            iconst_1
            istore 11 /* needed */
        start local 11 // int needed
        18: .line 1775
            goto 29
        end local 11 // int needed
      StackMap locals: int int
      StackMap stack:
        19: iload 9 /* ch */
            sipush 240
            iand
            sipush 224
            if_icmpne 23
        20: .line 1776
            iload 9 /* ch */
            bipush 15
            iand
            istore 9 /* ch */
        21: .line 1777
            iconst_2
            istore 11 /* needed */
        start local 11 // int needed
        22: .line 1778
            goto 29
        end local 11 // int needed
      StackMap locals:
      StackMap stack:
        23: iload 9 /* ch */
            sipush 248
            iand
            sipush 240
            if_icmpne 27
        24: .line 1779
            iload 9 /* ch */
            bipush 7
            iand
            istore 9 /* ch */
        25: .line 1780
            iconst_3
            istore 11 /* needed */
        start local 11 // int needed
        26: .line 1781
            goto 29
        end local 11 // int needed
        27: .line 1782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidInitial:(I)V
        28: .line 1783
            iconst_1
            dup
            istore 9 /* ch */
            istore 11 /* needed */
        start local 11 // int needed
        29: .line 1785
      StackMap locals: int
      StackMap stack:
            iload 8 /* ix */
            iload 11 /* needed */
            iadd
            iload 4 /* byteLen */
            if_icmple 31
        30: .line 1786
            aload 0 /* this */
            ldc " in field name"
            getstatic com.fasterxml.jackson.core.JsonToken.FIELD_NAME:Lcom/fasterxml/jackson/core/JsonToken;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidEOF:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonToken;)V
        31: .line 1790
      StackMap locals:
      StackMap stack:
            aload 1 /* quads */
            iload 8 /* ix */
            iconst_2
            ishr
            iaload
            istore 12 /* ch2 */
        start local 12 // int ch2
        32: .line 1791
            iload 8 /* ix */
            iconst_3
            iand
            istore 10 /* byteIx */
        33: .line 1792
            iload 12 /* ch2 */
            iconst_3
            iload 10 /* byteIx */
            isub
            iconst_3
            ishl
            ishr
            istore 12 /* ch2 */
        34: .line 1793
            iinc 8 /* ix */ 1
        35: .line 1795
            iload 12 /* ch2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 37
        36: .line 1796
            aload 0 /* this */
            iload 12 /* ch2 */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        37: .line 1798
      StackMap locals: int
      StackMap stack:
            iload 9 /* ch */
            bipush 6
            ishl
            iload 12 /* ch2 */
            bipush 63
            iand
            ior
            istore 9 /* ch */
        38: .line 1799
            iload 11 /* needed */
            iconst_1
            if_icmple 54
        39: .line 1800
            aload 1 /* quads */
            iload 8 /* ix */
            iconst_2
            ishr
            iaload
            istore 12 /* ch2 */
        40: .line 1801
            iload 8 /* ix */
            iconst_3
            iand
            istore 10 /* byteIx */
        41: .line 1802
            iload 12 /* ch2 */
            iconst_3
            iload 10 /* byteIx */
            isub
            iconst_3
            ishl
            ishr
            istore 12 /* ch2 */
        42: .line 1803
            iinc 8 /* ix */ 1
        43: .line 1805
            iload 12 /* ch2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 45
        44: .line 1806
            aload 0 /* this */
            iload 12 /* ch2 */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        45: .line 1808
      StackMap locals:
      StackMap stack:
            iload 9 /* ch */
            bipush 6
            ishl
            iload 12 /* ch2 */
            bipush 63
            iand
            ior
            istore 9 /* ch */
        46: .line 1809
            iload 11 /* needed */
            iconst_2
            if_icmple 54
        47: .line 1810
            aload 1 /* quads */
            iload 8 /* ix */
            iconst_2
            ishr
            iaload
            istore 12 /* ch2 */
        48: .line 1811
            iload 8 /* ix */
            iconst_3
            iand
            istore 10 /* byteIx */
        49: .line 1812
            iload 12 /* ch2 */
            iconst_3
            iload 10 /* byteIx */
            isub
            iconst_3
            ishl
            ishr
            istore 12 /* ch2 */
        50: .line 1813
            iinc 8 /* ix */ 1
        51: .line 1814
            iload 12 /* ch2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 53
        52: .line 1815
            aload 0 /* this */
            iload 12 /* ch2 */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        53: .line 1817
      StackMap locals:
      StackMap stack:
            iload 9 /* ch */
            bipush 6
            ishl
            iload 12 /* ch2 */
            bipush 63
            iand
            ior
            istore 9 /* ch */
        54: .line 1820
      StackMap locals:
      StackMap stack:
            iload 11 /* needed */
            iconst_2
            if_icmple 60
        55: .line 1821
            iload 9 /* ch */
            ldc 65536
            isub
            istore 9 /* ch */
        56: .line 1822
            iload 7 /* cix */
            aload 6 /* cbuf */
            arraylength
            if_icmplt 58
        57: .line 1823
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expandCurrentSegment:()[C
            astore 6 /* cbuf */
        58: .line 1825
      StackMap locals:
      StackMap stack:
            aload 6 /* cbuf */
            iload 7 /* cix */
            iinc 7 /* cix */ 1
            ldc 55296
            iload 9 /* ch */
            bipush 10
            ishr
            iadd
            i2c
            castore
        59: .line 1826
            ldc 56320
            iload 9 /* ch */
            sipush 1023
            iand
            ior
            istore 9 /* ch */
        end local 12 // int ch2
        end local 11 // int needed
        60: .line 1829
      StackMap locals:
      StackMap stack:
            iload 7 /* cix */
            aload 6 /* cbuf */
            arraylength
            if_icmplt 62
        61: .line 1830
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expandCurrentSegment:()[C
            astore 6 /* cbuf */
        62: .line 1832
      StackMap locals:
      StackMap stack:
            aload 6 /* cbuf */
            iload 7 /* cix */
            iinc 7 /* cix */ 1
            iload 9 /* ch */
            i2c
            castore
        end local 10 // int byteIx
        end local 9 // int ch
        63: .line 1764
      StackMap locals:
      StackMap stack:
            iload 8 /* ix */
            iload 4 /* byteLen */
            if_icmplt 10
        end local 8 // int ix
        64: .line 1836
            new java.lang.String
            dup
            aload 6 /* cbuf */
            iconst_0
            iload 7 /* cix */
            invokespecial java.lang.String.<init>:([CII)V
            astore 8 /* baseName */
        start local 8 // java.lang.String baseName
        65: .line 1838
            iload 3 /* lastQuadBytes */
            iconst_4
            if_icmpge 67
        66: .line 1839
            aload 1 /* quads */
            iload 2 /* qlen */
            iconst_1
            isub
            iload 5 /* lastQuad */
            iastore
        67: .line 1841
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int[] int int int int char[] int java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._symbols:Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
            aload 8 /* baseName */
            aload 1 /* quads */
            iload 2 /* qlen */
            invokevirtual com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.addName:(Ljava/lang/String;[II)Ljava/lang/String;
            areturn
        end local 8 // java.lang.String baseName
        end local 7 // int cix
        end local 6 // char[] cbuf
        end local 5 // int lastQuad
        end local 4 // int byteLen
        end local 3 // int lastQuadBytes
        end local 2 // int qlen
        end local 1 // int[] quads
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   68     0           this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   68     1          quads  [I
            0   68     2           qlen  I
            0   68     3  lastQuadBytes  I
            1   68     4        byteLen  I
            3    5     5       lastQuad  I
            6   68     5       lastQuad  I
            7   68     6           cbuf  [C
            8   68     7            cix  I
            9   64     8             ix  I
           11   63     9             ch  I
           12   63    10         byteIx  I
           18   19    11         needed  I
           22   23    11         needed  I
           26   27    11         needed  I
           29   60    11         needed  I
           32   60    12            ch2  I
           65   68     8       baseName  Ljava/lang/String;
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
               Name  Flags
      quads          
      qlen           
      lastQuadBytes  

  protected void _finishString();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1853
            iconst_0
            istore 1 /* outPtr */
        start local 1 // int outPtr
         1: .line 1854
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 2 /* outBuf */
        start local 2 // char[] outBuf
         2: .line 1855
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
            astore 3 /* codes */
        start local 3 // int[] codes
         3: .line 1856
            aload 2 /* outBuf */
            arraylength
            istore 4 /* outEnd */
        start local 4 // int outEnd
         4: .line 1859
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int char[] int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 5 /* c */
        start local 5 // int c
         5: .line 1860
            aload 3 /* codes */
            iload 5 /* c */
            iaload
            ifeq 11
         6: .line 1861
            iload 5 /* c */
            bipush 34
            if_icmpne 9
         7: .line 1862
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 1 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
         8: .line 1863
            return
         9: .line 1865
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            iload 5 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString2:([CII)V
        10: .line 1866
            return
        11: .line 1868
      StackMap locals:
      StackMap stack:
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        12: .line 1869
            iload 1 /* outPtr */
            iload 4 /* outEnd */
        13: .line 1858
            if_icmplt 4
        14: .line 1870
            aload 0 /* this */
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString2:([CII)V
        15: .line 1871
            return
        end local 4 // int outEnd
        end local 3 // int[] codes
        end local 2 // char[] outBuf
        end local 1 // int outPtr
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   16     1  outPtr  I
            2   16     2  outBuf  [C
            3   16     3   codes  [I
            4   16     4  outEnd  I
            5   12     5       c  I
    Exceptions:
      throws java.io.IOException

  private java.lang.String _finishAndReturnString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1875
            iconst_0
            istore 1 /* outPtr */
        start local 1 // int outPtr
         1: .line 1876
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 2 /* outBuf */
        start local 2 // char[] outBuf
         2: .line 1877
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
            astore 3 /* codes */
        start local 3 // int[] codes
         3: .line 1878
            aload 2 /* outBuf */
            arraylength
            istore 4 /* outEnd */
        start local 4 // int outEnd
         4: .line 1881
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int char[] int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 5 /* c */
        start local 5 // int c
         5: .line 1882
            aload 3 /* codes */
            iload 5 /* c */
            iaload
            ifeq 10
         6: .line 1883
            iload 5 /* c */
            bipush 34
            if_icmpne 8
         7: .line 1884
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 1 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentAndReturn:(I)Ljava/lang/String;
            areturn
         8: .line 1886
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            iload 5 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString2:([CII)V
         9: .line 1887
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
        10: .line 1889
      StackMap locals:
      StackMap stack:
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 5 /* c */
            i2c
            castore
        end local 5 // int c
        11: .line 1890
            iload 1 /* outPtr */
            iload 4 /* outEnd */
        12: .line 1880
            if_icmplt 4
        13: .line 1891
            aload 0 /* this */
            aload 2 /* outBuf */
            iload 1 /* outPtr */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._finishString2:([CII)V
        14: .line 1892
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
        end local 4 // int outEnd
        end local 3 // int[] codes
        end local 2 // char[] outBuf
        end local 1 // int outPtr
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   15     1  outPtr  I
            2   15     2  outBuf  [C
            3   15     3   codes  [I
            4   15     4  outEnd  I
            5   11     5       c  I
    Exceptions:
      throws java.io.IOException

  private final void _finishString2(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // char[] outBuf
        start local 2 // int outPtr
        start local 3 // int c
         0: .line 1899
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
            astore 4 /* codes */
        start local 4 // int[] codes
         1: .line 1900
            aload 1 /* outBuf */
            arraylength
            istore 5 /* outEnd */
        start local 5 // int outEnd
         2: .line 1905
            goto 9
         3: .line 1906
      StackMap locals: int[] int
      StackMap stack:
            iload 2 /* outPtr */
            iload 5 /* outEnd */
            if_icmplt 7
         4: .line 1907
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
         5: .line 1908
            iconst_0
            istore 2 /* outPtr */
         6: .line 1909
            aload 1 /* outBuf */
            arraylength
            istore 5 /* outEnd */
         7: .line 1911
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
         8: .line 1912
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
         9: .line 1905
      StackMap locals:
      StackMap stack:
            aload 4 /* codes */
            iload 3 /* c */
            iaload
            ifeq 3
        10: .line 1915
            iload 3 /* c */
            bipush 34
            if_icmpne 12
        11: .line 1916
            goto 37
        12: .line 1918
      StackMap locals:
      StackMap stack:
            aload 4 /* codes */
            iload 3 /* c */
            iaload
            tableswitch { // 1 - 4
                    1: 13
                    2: 15
                    3: 17
                    4: 19
              default: 27
          }
        13: .line 1920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeEscaped:()C
            istore 3 /* c */
        14: .line 1921
            goto 31
        15: .line 1923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_2:(I)I
            istore 3 /* c */
        16: .line 1924
            goto 31
        17: .line 1926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_3:(I)I
            istore 3 /* c */
        18: .line 1927
            goto 31
        19: .line 1929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_4:(I)I
            istore 3 /* c */
        20: .line 1931
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 3 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        21: .line 1932
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 25
        22: .line 1933
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
        23: .line 1934
            iconst_0
            istore 2 /* outPtr */
        24: .line 1935
            aload 1 /* outBuf */
            arraylength
            istore 5 /* outEnd */
        25: .line 1937
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 3 /* c */
            sipush 1023
            iand
            ior
            istore 3 /* c */
        26: .line 1939
            goto 31
        27: .line 1941
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 32
            if_icmpge 30
        28: .line 1942
            aload 0 /* this */
            iload 3 /* c */
            ldc "string value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwUnquotedSpace:(ILjava/lang/String;)V
        29: .line 1943
            goto 31
        30: .line 1945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidChar:(I)V
        31: .line 1949
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 35
        32: .line 1950
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 1 /* outBuf */
        33: .line 1951
            iconst_0
            istore 2 /* outPtr */
        34: .line 1952
            aload 1 /* outBuf */
            arraylength
            istore 5 /* outEnd */
        35: .line 1955
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        36: .line 1903
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* c */
            goto 9
        37: .line 1957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
        38: .line 1958
            return
        end local 5 // int outEnd
        end local 4 // int[] codes
        end local 3 // int c
        end local 2 // int outPtr
        end local 1 // char[] outBuf
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   39     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   39     1  outBuf  [C
            0   39     2  outPtr  I
            0   39     3       c  I
            1   39     4   codes  [I
            2   39     5  outEnd  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      outBuf  
      outPtr  
      c       

  protected void _skipString();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 1967
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenIncomplete:Z
         1: .line 1970
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
            astore 1 /* codes */
        start local 1 // int[] codes
         2: .line 1978
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* c */
        start local 2 // int c
         3: .line 1979
            aload 1 /* codes */
            iload 2 /* c */
            iaload
            ifeq 2
         4: .line 1984
            iload 2 /* c */
            bipush 34
            if_icmpne 6
         5: .line 1985
            goto 20
         6: .line 1988
      StackMap locals: int
      StackMap stack:
            aload 1 /* codes */
            iload 2 /* c */
            iaload
            tableswitch { // 1 - 4
                    1: 7
                    2: 9
                    3: 11
                    4: 13
              default: 15
          }
         7: .line 1990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeEscaped:()C
            pop
         8: .line 1991
            goto 2
         9: .line 1993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_2:()V
        10: .line 1994
            goto 2
        11: .line 1996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_3:()V
        12: .line 1997
            goto 2
        13: .line 1999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_4:()V
        14: .line 2000
            goto 2
        15: .line 2002
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 32
            if_icmpge 18
        16: .line 2003
            aload 0 /* this */
            iload 2 /* c */
            ldc "string value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwUnquotedSpace:(ILjava/lang/String;)V
        17: .line 2004
            goto 2
        18: .line 2006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidChar:(I)V
        end local 2 // int c
        19: .line 1973
            goto 2
        20: .line 2010
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int[] codes
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            2   21     1  codes  [I
            3   19     2      c  I
    Exceptions:
      throws java.io.IOException

  protected com.fasterxml.jackson.core.JsonToken _handleUnexpectedValue(int);
    descriptor: (I)Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c
         0: .line 2020
            iload 1 /* c */
            lookupswitch { // 7
                   39: 7
                   43: 19
                   44: 3
                   73: 14
                   78: 9
                   93: 1
                  125: 6
              default: 20
          }
         1: .line 2022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inArray:()Z
            ifne 3
         2: .line 2023
            goto 20
         3: .line 2030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_MISSING:I
            iand
            ifeq 6
         4: .line 2032
            aload 0 /* this */
            iload 1 /* c */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         5: .line 2033
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_NULL:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         6: .line 2039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            ldc "expected a value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
         7: .line 2041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_SINGLE_QUOTES:I
            iand
            ifeq 20
         8: .line 2042
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleApos:()Lcom/fasterxml/jackson/core/JsonToken;
            areturn
         9: .line 2046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "NaN"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        10: .line 2047
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_NON_NUM_NUMBERS:I
            iand
            ifeq 12
        11: .line 2048
            aload 0 /* this */
            ldc "NaN"
            ldc NaN
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetAsNaN:(Ljava/lang/String;D)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        12: .line 2050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allow"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
        13: .line 2051
            goto 20
        14: .line 2053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "Infinity"
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        15: .line 2054
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_NON_NUM_NUMBERS:I
            iand
            ifeq 17
        16: .line 2055
            aload 0 /* this */
            ldc "Infinity"
            ldc Infinity
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetAsNaN:(Ljava/lang/String;D)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        17: .line 2057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allow"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
        18: .line 2058
            goto 20
        19: .line 2060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            iconst_0
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleInvalidNumberStart:(IZ)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        20: .line 2063
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic java.lang.Character.isJavaIdentifierStart:(I)Z
            ifeq 22
        21: .line 2064
            aload 0 /* this */
            iload 1 /* c */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            iload 1 /* c */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._validJsonTokenList:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidToken:(ILjava/lang/String;Ljava/lang/String;)V
        22: .line 2067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            new java.lang.StringBuilder
            dup
            ldc "expected a valid value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._validJsonValueList:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        23: .line 2068
            aconst_null
            areturn
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   24     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  protected com.fasterxml.jackson.core.JsonToken _handleApos();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2073
            iconst_0
            istore 1 /* c */
        start local 1 // int c
         1: .line 2075
            iconst_0
            istore 2 /* outPtr */
        start local 2 // int outPtr
         2: .line 2076
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.emptyAndGetCurrentSegment:()[C
            astore 3 /* outBuf */
        start local 3 // char[] outBuf
         3: .line 2079
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._icUTF8:[I
            astore 4 /* codes */
        start local 4 // int[] codes
         4: .line 2086
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int int char[] int[]
      StackMap stack:
            aload 3 /* outBuf */
            arraylength
            istore 5 /* outEnd */
        start local 5 // int outEnd
         5: .line 2087
            iload 2 /* outPtr */
            aload 3 /* outBuf */
            arraylength
            if_icmplt 9
         6: .line 2088
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 3 /* outBuf */
         7: .line 2089
            iconst_0
            istore 2 /* outPtr */
         8: .line 2090
            aload 3 /* outBuf */
            arraylength
            istore 5 /* outEnd */
         9: .line 2093
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        10: .line 2094
            iload 1 /* c */
            bipush 39
            if_icmpne 12
        11: .line 2095
            goto 40
        12: .line 2097
      StackMap locals:
      StackMap stack:
            aload 4 /* codes */
            iload 1 /* c */
            iaload
            ifeq 14
        13: .line 2098
            goto 18
        14: .line 2100
      StackMap locals:
      StackMap stack:
            aload 3 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 1 /* c */
            i2c
            castore
        15: .line 2101
            iload 2 /* outPtr */
            iload 5 /* outEnd */
        16: .line 2092
            if_icmplt 9
        end local 5 // int outEnd
        17: .line 2085
            goto 4
        18: .line 2103
      StackMap locals:
      StackMap stack:
            aload 4 /* codes */
            iload 1 /* c */
            iaload
            tableswitch { // 1 - 4
                    1: 19
                    2: 21
                    3: 23
                    4: 25
              default: 32
          }
        19: .line 2105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeEscaped:()C
            istore 1 /* c */
        20: .line 2106
            goto 35
        21: .line 2108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_2:(I)I
            istore 1 /* c */
        22: .line 2109
            goto 35
        23: .line 2111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_3:(I)I
            istore 1 /* c */
        24: .line 2112
            goto 35
        25: .line 2114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeUtf8_4:(I)I
            istore 1 /* c */
        26: .line 2116
            aload 3 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 1 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        27: .line 2117
            iload 2 /* outPtr */
            aload 3 /* outBuf */
            arraylength
            if_icmplt 30
        28: .line 2118
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 3 /* outBuf */
        29: .line 2119
            iconst_0
            istore 2 /* outPtr */
        30: .line 2121
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 1 /* c */
            sipush 1023
            iand
            ior
            istore 1 /* c */
        31: .line 2123
            goto 35
        32: .line 2125
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 32
            if_icmpge 34
        33: .line 2126
            aload 0 /* this */
            iload 1 /* c */
            ldc "string value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwUnquotedSpace:(ILjava/lang/String;)V
        34: .line 2129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidChar:(I)V
        35: .line 2132
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 3 /* outBuf */
            arraylength
            if_icmplt 38
        36: .line 2133
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.finishCurrentSegment:()[C
            astore 3 /* outBuf */
        37: .line 2134
            iconst_0
            istore 2 /* outPtr */
        38: .line 2137
      StackMap locals:
      StackMap stack:
            aload 3 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 1 /* c */
            i2c
            castore
        39: .line 2082
            goto 4
        40: .line 2139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._textBuffer:Lcom/fasterxml/jackson/core/util/TextBuffer;
            iload 2 /* outPtr */
            invokevirtual com.fasterxml.jackson.core.util.TextBuffer.setCurrentLength:(I)V
        41: .line 2141
            getstatic com.fasterxml.jackson.core.JsonToken.VALUE_STRING:Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        end local 4 // int[] codes
        end local 3 // char[] outBuf
        end local 2 // int outPtr
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   42     0    this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   42     1       c  I
            2   42     2  outPtr  I
            3   42     3  outBuf  [C
            4   42     4   codes  [I
            5   17     5  outEnd  I
    Exceptions:
      throws java.io.IOException

  protected com.fasterxml.jackson.core.JsonToken _handleInvalidNumberStart(int, boolean);
    descriptor: (IZ)Lcom/fasterxml/jackson/core/JsonToken;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int ch
        start local 2 // boolean neg
         0: .line 2151
            goto 17
         1: .line 2152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
         2: .line 2154
            iload 1 /* ch */
            bipush 78
            if_icmpne 7
         3: .line 2155
            iload 2 /* neg */
            ifeq 4
            ldc "-INF"
            goto 5
      StackMap locals:
      StackMap stack:
         4: ldc "+INF"
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 3 /* match */
        start local 3 // java.lang.String match
         6: .line 2156
            goto 11
        end local 3 // java.lang.String match
      StackMap locals:
      StackMap stack:
         7: iload 1 /* ch */
            bipush 110
            if_icmpne 18
         8: .line 2157
            iload 2 /* neg */
            ifeq 9
            ldc "-Infinity"
            goto 10
      StackMap locals:
      StackMap stack:
         9: ldc "+Infinity"
      StackMap locals:
      StackMap stack: java.lang.String
        10: astore 3 /* match */
        start local 3 // java.lang.String match
        11: .line 2161
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 3 /* match */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._matchToken:(Ljava/lang/String;I)V
        12: .line 2162
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_NON_NUM_NUMBERS:I
            iand
            ifeq 16
        13: .line 2163
            aload 0 /* this */
            aload 3 /* match */
            iload 2 /* neg */
            ifeq 14
            ldc -Infinity
            goto 15
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int int java.lang.String
      StackMap stack: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser java.lang.String
        14: ldc Infinity
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int int java.lang.String
      StackMap stack: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser java.lang.String double
        15: invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.resetAsNaN:(Ljava/lang/String;D)Lcom/fasterxml/jackson/core/JsonToken;
            areturn
        16: .line 2165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Non-standard token '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* match */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allow"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
        end local 3 // java.lang.String match
        17: .line 2151
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 73
            if_icmpeq 1
        18: .line 2167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            ldc "expected digit (0-9) to follow minus sign, for valid numeric value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportUnexpectedNumberChar:(ILjava/lang/String;)V
        19: .line 2168
            aconst_null
            areturn
        end local 2 // boolean neg
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   20     1     ch  I
            0   20     2    neg  Z
            6    7     3  match  Ljava/lang/String;
           11   17     3  match  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ch    
      neg   

  protected final void _matchToken(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // java.lang.String matchStr
        start local 2 // int i
         0: .line 2173
            aload 1 /* matchStr */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 2175
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* ch */
        start local 4 // int ch
         2: .line 2176
            iload 4 /* ch */
            aload 1 /* matchStr */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 4
         3: .line 2177
            aload 0 /* this */
            iload 4 /* ch */
            aload 1 /* matchStr */
            iconst_0
            iload 2 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidToken:(ILjava/lang/String;)V
        end local 4 // int ch
         4: .line 2179
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
            iload 2 /* i */
            iload 3 /* len */
         5: .line 2174
            if_icmplt 1
         6: .line 2181
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* ch */
        start local 4 // int ch
         7: .line 2182
            iload 4 /* ch */
            bipush 48
            if_icmplt 9
            iload 4 /* ch */
            bipush 93
            if_icmpeq 9
            iload 4 /* ch */
            bipush 125
            if_icmpeq 9
         8: .line 2183
            aload 0 /* this */
            aload 1 /* matchStr */
            iload 2 /* i */
            iload 4 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._checkMatchEnd:(Ljava/lang/String;II)V
         9: .line 2185
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
        10: .line 2186
            return
        end local 4 // int ch
        end local 3 // int len
        end local 2 // int i
        end local 1 // java.lang.String matchStr
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   11     1  matchStr  Ljava/lang/String;
            0   11     2         i  I
            1   11     3       len  I
            2    4     4        ch  I
            7   11     4        ch  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      matchStr  
      i         

  private final void _checkMatchEnd(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // java.lang.String matchStr
        start local 2 // int i
        start local 3 // int ch
         0: .line 2190
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeCharForError:(I)I
            i2c
            istore 4 /* c */
        start local 4 // char c
         1: .line 2191
            iload 4 /* c */
            invokestatic java.lang.Character.isJavaIdentifierPart:(C)Z
            ifeq 3
         2: .line 2192
            aload 0 /* this */
            iload 4 /* c */
            aload 1 /* matchStr */
            iconst_0
            iload 2 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidToken:(ILjava/lang/String;)V
         3: .line 2194
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // char c
        end local 3 // int ch
        end local 2 // int i
        end local 1 // java.lang.String matchStr
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    4     1  matchStr  Ljava/lang/String;
            0    4     2         i  I
            0    4     3        ch  I
            1    4     4         c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      matchStr  
      i         
      ch        

  private final int _skipWS();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2204
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
            istore 1 /* i */
        start local 1 // int i
         1: .line 2205
            iload 1 /* i */
            ifge 4
         2: .line 2206
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         3: .line 2207
            goto 5
         4: .line 2208
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         5: .line 2211
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmple 9
         6: .line 2212
            iload 1 /* i */
            bipush 47
            if_icmpeq 7
            iload 1 /* i */
            bipush 35
            if_icmpne 8
         7: .line 2213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWSComment:(I)I
            ireturn
         8: .line 2215
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
         9: .line 2219
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 13
            if_icmpeq 10
            iload 1 /* i */
            bipush 10
            if_icmpne 11
        10: .line 2220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
        11: .line 2223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        12: .line 2210
            goto 5
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   13     1     i  I
    Exceptions:
      throws java.io.IOException

  private final int _skipWSOrEnd();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2235
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
            istore 1 /* i */
        start local 1 // int i
         1: .line 2236
            iload 1 /* i */
            ifge 6
         2: .line 2238
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         3: .line 2239
            goto 7
      StackMap locals: com.fasterxml.jackson.core.json.UTF8DataInputJsonParser int
      StackMap stack: java.io.EOFException
         4: pop
         5: .line 2240
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._eofAsNextChar:()I
            ireturn
         6: .line 2243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         7: .line 2246
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmple 11
         8: .line 2247
            iload 1 /* i */
            bipush 47
            if_icmpeq 9
            iload 1 /* i */
            bipush 35
            if_icmpne 10
         9: .line 2248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipWSComment:(I)I
            ireturn
        10: .line 2250
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        11: .line 2254
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 13
            if_icmpeq 12
            iload 1 /* i */
            bipush 10
            if_icmpne 13
        12: .line 2255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
        13: .line 2259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        14: .line 2260
            goto 7
      StackMap locals:
      StackMap stack: java.io.EOFException
        15: pop
        16: .line 2261
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._eofAsNextChar:()I
            ireturn
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   17     1     i  I
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.EOFException
          13    14      15  Class java.io.EOFException
    Exceptions:
      throws java.io.IOException

  private final int _skipWSComment(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int i
         0: .line 2269
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmple 8
         1: .line 2270
            iload 1 /* i */
            bipush 47
            if_icmpne 4
         2: .line 2271
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipComment:()V
         3: .line 2272
            goto 10
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            bipush 35
            if_icmpne 7
         5: .line 2273
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipYAMLComment:()Z
            ifne 10
         6: .line 2274
            iload 1 /* i */
            ireturn
         7: .line 2277
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
         8: .line 2282
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 13
            if_icmpeq 9
            iload 1 /* i */
            bipush 10
            if_icmpne 10
         9: .line 2283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
        10: .line 2291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        11: .line 2268
            goto 0
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   12     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  private final int _skipColon();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2297
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
            istore 1 /* i */
        start local 1 // int i
         1: .line 2298
            iload 1 /* i */
            ifge 4
         2: .line 2299
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         3: .line 2300
            goto 5
         4: .line 2301
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._nextByte:I
         5: .line 2304
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 58
            if_icmpne 18
         6: .line 2305
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
         7: .line 2306
            iload 1 /* i */
            bipush 32
            if_icmple 11
         8: .line 2307
            iload 1 /* i */
            bipush 47
            if_icmpeq 9
            iload 1 /* i */
            bipush 35
            if_icmpne 10
         9: .line 2308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        10: .line 2310
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        11: .line 2312
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmpeq 12
            iload 1 /* i */
            bipush 9
            if_icmpne 17
        12: .line 2313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        13: .line 2314
            iload 1 /* i */
            bipush 32
            if_icmple 17
        14: .line 2315
            iload 1 /* i */
            bipush 47
            if_icmpeq 15
            iload 1 /* i */
            bipush 35
            if_icmpne 16
        15: .line 2316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        16: .line 2318
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        17: .line 2321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        18: .line 2323
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmpeq 19
            iload 1 /* i */
            bipush 9
            if_icmpne 20
        19: .line 2324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        20: .line 2326
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 58
            if_icmpne 33
        21: .line 2327
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        22: .line 2328
            iload 1 /* i */
            bipush 32
            if_icmple 26
        23: .line 2329
            iload 1 /* i */
            bipush 47
            if_icmpeq 24
            iload 1 /* i */
            bipush 35
            if_icmpne 25
        24: .line 2330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        25: .line 2332
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        26: .line 2334
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmpeq 27
            iload 1 /* i */
            bipush 9
            if_icmpne 32
        27: .line 2335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
        28: .line 2336
            iload 1 /* i */
            bipush 32
            if_icmple 32
        29: .line 2337
            iload 1 /* i */
            bipush 47
            if_icmpeq 30
            iload 1 /* i */
            bipush 35
            if_icmpne 31
        30: .line 2338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        31: .line 2340
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        32: .line 2343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        33: .line 2345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipColon2:(IZ)I
            ireturn
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   34     1     i  I
    Exceptions:
      throws java.io.IOException

  private final int _skipColon2(int, boolean);
    descriptor: (IZ)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int i
        start local 2 // boolean gotColon
         0: .line 2351
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 32
            if_icmple 13
         1: .line 2352
            iload 1 /* i */
            bipush 47
            if_icmpne 4
         2: .line 2353
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipComment:()V
         3: .line 2354
            goto 15
         4: .line 2356
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 35
            if_icmpne 7
         5: .line 2357
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipYAMLComment:()Z
            ifeq 7
         6: .line 2358
            goto 15
         7: .line 2361
      StackMap locals:
      StackMap stack:
            iload 2 /* gotColon */
            ifeq 9
         8: .line 2362
            iload 1 /* i */
            ireturn
         9: .line 2364
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 58
            if_icmpeq 11
        10: .line 2365
            aload 0 /* this */
            iload 1 /* i */
            ldc "was expecting a colon to separate field name and value"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        11: .line 2367
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* gotColon */
        12: .line 2368
            goto 15
        13: .line 2371
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 13
            if_icmpeq 14
            iload 1 /* i */
            bipush 10
            if_icmpne 15
        14: .line 2372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
        15: .line 2350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* i */
            goto 0
        end local 2 // boolean gotColon
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   16     1         i  I
            0   16     2  gotColon  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      i         
      gotColon  

  private final void _skipComment();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2380
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_JAVA_COMMENTS:I
            iand
            ifne 2
         1: .line 2381
            aload 0 /* this */
            bipush 47
            ldc "maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
         2: .line 2383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        start local 1 // int c
         3: .line 2384
            iload 1 /* c */
            bipush 47
            if_icmpne 6
         4: .line 2385
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipLine:()V
         5: .line 2386
            goto 10
      StackMap locals: int
      StackMap stack:
         6: iload 1 /* c */
            bipush 42
            if_icmpne 9
         7: .line 2387
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipCComment:()V
         8: .line 2388
            goto 10
         9: .line 2389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            ldc "was expecting either '*' or '/' for a comment"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        10: .line 2391
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            3   11     1     c  I
    Exceptions:
      throws java.io.IOException

  private final void _skipCComment();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2396
            invokestatic com.fasterxml.jackson.core.io.CharTypes.getInputCodeComment:()[I
            astore 1 /* codes */
        start local 1 // int[] codes
         1: .line 2397
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* i */
        start local 2 // int i
         2: .line 2402
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* codes */
            iload 2 /* i */
            iaload
            istore 3 /* code */
        start local 3 // int code
         3: .line 2403
            iload 3 /* code */
            ifeq 17
         4: .line 2404
            iload 3 /* code */
            lookupswitch { // 6
                    2: 10
                    3: 12
                    4: 14
                   10: 8
                   13: 8
                   42: 5
              default: 16
          }
         5: .line 2406
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* i */
         6: .line 2407
            iload 2 /* i */
            bipush 47
            if_icmpne 2
         7: .line 2408
            return
         8: .line 2413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
         9: .line 2414
            goto 17
        10: .line 2416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_2:()V
        11: .line 2417
            goto 17
        12: .line 2419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_3:()V
        13: .line 2420
            goto 17
        14: .line 2422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_4:()V
        15: .line 2423
            goto 17
        16: .line 2426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidChar:(I)V
        17: .line 2429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* i */
        end local 3 // int code
        18: .line 2401
            goto 2
        end local 2 // int i
        end local 1 // int[] codes
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   19     1  codes  [I
            2   19     2      i  I
            3   18     3   code  I
    Exceptions:
      throws java.io.IOException

  private final boolean _skipYAMLComment();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2435
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._features:I
            getstatic com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.FEAT_MASK_ALLOW_YAML_COMMENTS:I
            iand
            ifne 2
         1: .line 2436
            iconst_0
            ireturn
         2: .line 2438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipLine:()V
         3: .line 2439
            iconst_1
            ireturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
    Exceptions:
      throws java.io.IOException

  private final void _skipLine();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2449
            invokestatic com.fasterxml.jackson.core.io.CharTypes.getInputCodeComment:()[I
            astore 1 /* codes */
        start local 1 // int[] codes
         1: .line 2451
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* i */
        start local 2 // int i
         2: .line 2452
            aload 1 /* codes */
            iload 2 /* i */
            iaload
            istore 3 /* code */
        start local 3 // int code
         3: .line 2453
            iload 3 /* code */
            ifeq 1
         4: .line 2454
            iload 3 /* code */
            lookupswitch { // 6
                    2: 8
                    3: 10
                    4: 12
                   10: 5
                   13: 5
                   42: 7
              default: 14
          }
         5: .line 2457
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
         6: .line 2458
            return
         7: .line 2460
      StackMap locals:
      StackMap stack:
            goto 1
         8: .line 2462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_2:()V
         9: .line 2463
            goto 1
        10: .line 2465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_3:()V
        11: .line 2466
            goto 1
        12: .line 2468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._skipUtf8_4:()V
        13: .line 2469
            goto 1
        14: .line 2471
      StackMap locals:
      StackMap stack:
            iload 3 /* code */
            ifge 1
        15: .line 2473
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidChar:(I)V
        end local 3 // int code
        end local 2 // int i
        16: .line 2450
            goto 1
        end local 1 // int[] codes
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   17     1  codes  [I
            2   16     2      i  I
            3   16     3   code  I
    Exceptions:
      throws java.io.IOException

  protected char _decodeEscaped();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2483
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        start local 1 // int c
         1: .line 2485
            iload 1 /* c */
            lookupswitch { // 9
                   34: 7
                   47: 7
                   92: 7
                   98: 2
                  102: 5
                  110: 4
                  114: 6
                  116: 3
                  117: 8
              default: 9
          }
         2: .line 2488
      StackMap locals: int
      StackMap stack:
            bipush 8
            ireturn
         3: .line 2490
      StackMap locals:
      StackMap stack:
            bipush 9
            ireturn
         4: .line 2492
      StackMap locals:
      StackMap stack:
            bipush 10
            ireturn
         5: .line 2494
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
         6: .line 2496
      StackMap locals:
      StackMap stack:
            bipush 13
            ireturn
         7: .line 2502
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            i2c
            ireturn
         8: .line 2505
      StackMap locals:
      StackMap stack:
            goto 10
         9: .line 2508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeCharForError:(I)I
            i2c
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleUnrecognizedCharacterEscape:(C)C
            ireturn
        10: .line 2512
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* value */
        start local 2 // int value
        11: .line 2513
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 19
        13: .line 2514
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* ch */
        start local 4 // int ch
        14: .line 2515
            iload 4 /* ch */
            invokestatic com.fasterxml.jackson.core.io.CharTypes.charToHex:(I)I
            istore 5 /* digit */
        start local 5 // int digit
        15: .line 2516
            iload 5 /* digit */
            ifge 17
        16: .line 2517
            aload 0 /* this */
            iload 4 /* ch */
            ldc "expected a hex-digit for character escape sequence"
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportUnexpectedChar:(ILjava/lang/String;)V
        17: .line 2519
      StackMap locals: int int
      StackMap stack:
            iload 2 /* value */
            iconst_4
            ishl
            iload 5 /* digit */
            ior
            istore 2 /* value */
        end local 5 // int digit
        end local 4 // int ch
        18: .line 2513
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 3 /* i */
            iconst_4
            if_icmplt 13
        end local 3 // int i
        20: .line 2521
            iload 2 /* value */
            i2c
            ireturn
        end local 2 // int value
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   21     1      c  I
           11   21     2  value  I
           12   20     3      i  I
           14   18     4     ch  I
           15   18     5  digit  I
    Exceptions:
      throws java.io.IOException

  protected int _decodeCharForError(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int firstByte
         0: .line 2526
            iload 1 /* firstByte */
            sipush 255
            iand
            istore 2 /* c */
        start local 2 // int c
         1: .line 2527
            iload 2 /* c */
            bipush 127
            if_icmple 30
         2: .line 2531
            iload 2 /* c */
            sipush 224
            iand
            sipush 192
            if_icmpne 6
         3: .line 2532
            iload 2 /* c */
            bipush 31
            iand
            istore 2 /* c */
         4: .line 2533
            iconst_1
            istore 3 /* needed */
        start local 3 // int needed
         5: .line 2534
            goto 16
        end local 3 // int needed
      StackMap locals: int
      StackMap stack:
         6: iload 2 /* c */
            sipush 240
            iand
            sipush 224
            if_icmpne 10
         7: .line 2535
            iload 2 /* c */
            bipush 15
            iand
            istore 2 /* c */
         8: .line 2536
            iconst_2
            istore 3 /* needed */
        start local 3 // int needed
         9: .line 2537
            goto 16
        end local 3 // int needed
      StackMap locals:
      StackMap stack:
        10: iload 2 /* c */
            sipush 248
            iand
            sipush 240
            if_icmpne 14
        11: .line 2539
            iload 2 /* c */
            bipush 7
            iand
            istore 2 /* c */
        12: .line 2540
            iconst_3
            istore 3 /* needed */
        start local 3 // int needed
        13: .line 2541
            goto 16
        end local 3 // int needed
        14: .line 2542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidInitial:(I)V
        15: .line 2543
            iconst_1
            istore 3 /* needed */
        start local 3 // int needed
        16: .line 2546
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* d */
        start local 4 // int d
        17: .line 2547
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 19
        18: .line 2548
            aload 0 /* this */
            iload 4 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        19: .line 2550
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 2 /* c */
        20: .line 2552
            iload 3 /* needed */
            iconst_1
            if_icmple 30
        21: .line 2553
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* d */
        22: .line 2554
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 24
        23: .line 2555
            aload 0 /* this */
            iload 4 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        24: .line 2557
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 2 /* c */
        25: .line 2558
            iload 3 /* needed */
            iconst_2
            if_icmple 30
        26: .line 2559
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 4 /* d */
        27: .line 2560
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 29
        28: .line 2561
            aload 0 /* this */
            iload 4 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        29: .line 2563
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 2 /* c */
        end local 4 // int d
        end local 3 // int needed
        30: .line 2567
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            ireturn
        end local 2 // int c
        end local 1 // int firstByte
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   31     1  firstByte  I
            1   31     2          c  I
            5    6     3     needed  I
            9   10     3     needed  I
           13   14     3     needed  I
           16   30     3     needed  I
           17   30     4          d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      firstByte  

  private final int _decodeUtf8_2(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c
         0: .line 2578
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
        start local 2 // int d
         1: .line 2579
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 2580
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         3: .line 2582
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            bipush 31
            iand
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            ireturn
        end local 2 // int d
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    4     1     c  I
            1    4     2     d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private final int _decodeUtf8_3(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c1
         0: .line 2587
            iload 1 /* c1 */
            bipush 15
            iand
            istore 1 /* c1 */
         1: .line 2588
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
        start local 2 // int d
         2: .line 2589
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 4
         3: .line 2590
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         4: .line 2592
      StackMap locals: int
      StackMap stack:
            iload 1 /* c1 */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 3 /* c */
        start local 3 // int c
         5: .line 2593
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
         6: .line 2594
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 8
         7: .line 2595
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         8: .line 2597
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 3 /* c */
         9: .line 2598
            iload 3 /* c */
            ireturn
        end local 3 // int c
        end local 2 // int d
        end local 1 // int c1
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   10     1    c1  I
            2   10     2     d  I
            5   10     3     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c1    

  private final int _decodeUtf8_4(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c
         0: .line 2607
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
        start local 2 // int d
         1: .line 2608
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 2609
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         3: .line 2611
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            bipush 7
            iand
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
         4: .line 2612
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
         5: .line 2613
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 7
         6: .line 2614
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         7: .line 2616
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
         8: .line 2617
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 2 /* d */
         9: .line 2618
            iload 2 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 11
        10: .line 2619
            aload 0 /* this */
            iload 2 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
        11: .line 2625
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 2 /* d */
            bipush 63
            iand
            ior
            ldc 65536
            isub
            ireturn
        end local 2 // int d
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   12     1     c  I
            1   12     2     d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private final void _skipUtf8_2();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2630
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        start local 1 // int c
         1: .line 2631
            iload 1 /* c */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 2632
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         3: .line 2634
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1    4     1     c  I
    Exceptions:
      throws java.io.IOException

  private final void _skipUtf8_3();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2642
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
        start local 1 // int c
         1: .line 2643
            iload 1 /* c */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 2644
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         3: .line 2646
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* c */
         4: .line 2647
            iload 1 /* c */
            sipush 192
            iand
            sipush 128
            if_icmpeq 6
         5: .line 2648
            aload 0 /* this */
            iload 1 /* c */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         6: .line 2650
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1    7     1     c  I
    Exceptions:
      throws java.io.IOException

  private final void _skipUtf8_4();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2654
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* d */
        start local 1 // int d
         1: .line 2655
            iload 1 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 3
         2: .line 2656
            aload 0 /* this */
            iload 1 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         3: .line 2658
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* d */
         4: .line 2659
            iload 1 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 6
         5: .line 2660
            aload 0 /* this */
            iload 1 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         6: .line 2662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* d */
         7: .line 2663
            iload 1 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 9
         8: .line 2664
            aload 0 /* this */
            iload 1 /* d */
            sipush 255
            iand
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidOther:(I)V
         9: .line 2666
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int d
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            1   10     1     d  I
    Exceptions:
      throws java.io.IOException

  protected void _reportInvalidToken(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int ch
        start local 2 // java.lang.String matchedPart
         0: .line 2676
            aload 0 /* this */
            iload 1 /* ch */
            aload 2 /* matchedPart */
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._validJsonTokenList:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidToken:(ILjava/lang/String;Ljava/lang/String;)V
         1: .line 2677
            return
        end local 2 // java.lang.String matchedPart
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    2     1           ch  I
            0    2     2  matchedPart  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      ch           
      matchedPart  

  protected void _reportInvalidToken(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int ch
        start local 2 // java.lang.String matchedPart
        start local 3 // java.lang.String msg
         0: .line 2682
            new java.lang.StringBuilder
            dup
            aload 2 /* matchedPart */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuilder sb
         1: .line 2689
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeCharForError:(I)I
            i2c
            istore 5 /* c */
        start local 5 // char c
         2: .line 2690
            iload 5 /* c */
            invokestatic java.lang.Character.isJavaIdentifierPart:(C)Z
            ifne 4
         3: .line 2691
            goto 7
         4: .line 2693
      StackMap locals: int
      StackMap stack:
            aload 4 /* sb */
            iload 5 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 2694
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 1 /* ch */
        end local 5 // char c
         6: .line 2688
            goto 1
         7: .line 2696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized token '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': was expecting "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
         8: .line 2697
            return
        end local 4 // java.lang.StringBuilder sb
        end local 3 // java.lang.String msg
        end local 2 // java.lang.String matchedPart
        end local 1 // int ch
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    9     1           ch  I
            0    9     2  matchedPart  Ljava/lang/String;
            0    9     3          msg  Ljava/lang/String;
            1    9     4           sb  Ljava/lang/StringBuilder;
            2    6     5            c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      ch           
      matchedPart  
      msg          

  protected void _reportInvalidChar(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int c
         0: .line 2703
            iload 1 /* c */
            bipush 32
            if_icmpge 2
         1: .line 2704
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._throwInvalidSpace:(I)V
         2: .line 2706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportInvalidInitial:(I)V
         3: .line 2707
            return
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    4     1     c  I
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
      Name  Flags
      c     

  protected void _reportInvalidInitial(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int mask
         0: .line 2712
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid UTF-8 start byte 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* mask */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
         1: .line 2713
            return
        end local 1 // int mask
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    2     1  mask  I
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
      Name  Flags
      mask  

  private void _reportInvalidOther(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int mask
         0: .line 2718
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid UTF-8 middle byte 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* mask */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportError:(Ljava/lang/String;)V
         1: .line 2719
            return
        end local 1 // int mask
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0    2     1  mask  I
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
      Name  Flags
      mask  

  private static int[] _growArrayBy(int[], int);
    descriptor: ([II)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int[] arr
        start local 1 // int more
         0: .line 2723
            aload 0 /* arr */
            ifnonnull 2
         1: .line 2724
            iload 1 /* more */
            newarray 10
            areturn
         2: .line 2726
      StackMap locals:
      StackMap stack:
            aload 0 /* arr */
            aload 0 /* arr */
            arraylength
            iload 1 /* more */
            iadd
            invokestatic java.util.Arrays.copyOf:([II)[I
            areturn
        end local 1 // int more
        end local 0 // int[] arr
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arr  [I
            0    3     1  more  I
    MethodParameters:
      Name  Flags
      arr   
      more  

  protected final byte[] _decodeBase64(com.fasterxml.jackson.core.Base64Variant);
    descriptor: (Lcom/fasterxml/jackson/core/Base64Variant;)[B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
         0: .line 2742
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._getByteArrayBuilder:()Lcom/fasterxml/jackson/core/util/ByteArrayBuilder;
            astore 2 /* builder */
        start local 2 // com.fasterxml.jackson.core.util.ByteArrayBuilder builder
         1: .line 2749
      StackMap locals: com.fasterxml.jackson.core.util.ByteArrayBuilder
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* ch */
        start local 3 // int ch
         2: .line 2750
            iload 3 /* ch */
            bipush 32
         3: .line 2748
            if_icmple 1
         4: .line 2751
            aload 1 /* b64variant */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 4 /* bits */
        start local 4 // int bits
         5: .line 2752
            iload 4 /* bits */
            ifge 11
         6: .line 2753
            iload 3 /* ch */
            bipush 34
            if_icmpne 8
         7: .line 2754
            aload 2 /* builder */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.toByteArray:()[B
            areturn
         8: .line 2756
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_0
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 4 /* bits */
         9: .line 2757
            iload 4 /* bits */
            ifge 11
        10: .line 2758
            goto 1
        11: .line 2761
      StackMap locals:
      StackMap stack:
            iload 4 /* bits */
            istore 5 /* decodedData */
        start local 5 // int decodedData
        12: .line 2764
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* ch */
        13: .line 2765
            aload 1 /* b64variant */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 4 /* bits */
        14: .line 2766
            iload 4 /* bits */
            ifge 16
        15: .line 2767
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_1
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 4 /* bits */
        16: .line 2769
      StackMap locals: int
      StackMap stack:
            iload 5 /* decodedData */
            bipush 6
            ishl
            iload 4 /* bits */
            ior
            istore 5 /* decodedData */
        17: .line 2771
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* ch */
        18: .line 2772
            aload 1 /* b64variant */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 4 /* bits */
        19: .line 2775
            iload 4 /* bits */
            ifge 37
        20: .line 2776
            iload 4 /* bits */
            bipush -2
            if_icmpeq 28
        21: .line 2778
            iload 3 /* ch */
            bipush 34
            if_icmpne 27
        22: .line 2779
            iload 5 /* decodedData */
            iconst_4
            ishr
            istore 5 /* decodedData */
        23: .line 2780
            aload 2 /* builder */
            iload 5 /* decodedData */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.append:(I)V
        24: .line 2781
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPadding:()Z
            ifeq 26
        25: .line 2782
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleBase64MissingPadding:(Lcom/fasterxml/jackson/core/Base64Variant;)V
        26: .line 2784
      StackMap locals:
      StackMap stack:
            aload 2 /* builder */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.toByteArray:()[B
            areturn
        27: .line 2786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_2
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 4 /* bits */
        28: .line 2788
      StackMap locals:
      StackMap stack:
            iload 4 /* bits */
            bipush -2
            if_icmpne 37
        29: .line 2789
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* ch */
        30: .line 2790
            aload 1 /* b64variant */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPaddingChar:(I)Z
            ifne 34
        31: .line 2791
            iload 3 /* ch */
            bipush 92
            if_icmpne 33
        32: .line 2792
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            bipush -2
            if_icmpeq 34
        33: .line 2793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_3
            new java.lang.StringBuilder
            dup
            ldc "expected padding character '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.getPaddingChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser.reportInvalidBase64Char:(Lcom/fasterxml/jackson/core/Base64Variant;IILjava/lang/String;)Ljava/lang/IllegalArgumentException;
            athrow
        34: .line 2797
      StackMap locals:
      StackMap stack:
            iload 5 /* decodedData */
            iconst_4
            ishr
            istore 5 /* decodedData */
        35: .line 2798
            aload 2 /* builder */
            iload 5 /* decodedData */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.append:(I)V
        36: .line 2799
            goto 1
        37: .line 2803
      StackMap locals:
      StackMap stack:
            iload 5 /* decodedData */
            bipush 6
            ishl
            iload 4 /* bits */
            ior
            istore 5 /* decodedData */
        38: .line 2805
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._inputData:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 3 /* ch */
        39: .line 2806
            aload 1 /* b64variant */
            iload 3 /* ch */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.decodeBase64Char:(I)I
            istore 4 /* bits */
        40: .line 2807
            iload 4 /* bits */
            ifge 53
        41: .line 2808
            iload 4 /* bits */
            bipush -2
            if_icmpeq 49
        42: .line 2810
            iload 3 /* ch */
            bipush 34
            if_icmpne 48
        43: .line 2811
            iload 5 /* decodedData */
            iconst_2
            ishr
            istore 5 /* decodedData */
        44: .line 2812
            aload 2 /* builder */
            iload 5 /* decodedData */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.appendTwoBytes:(I)V
        45: .line 2813
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.Base64Variant.usesPadding:()Z
            ifeq 47
        46: .line 2814
            aload 0 /* this */
            aload 1 /* b64variant */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._handleBase64MissingPadding:(Lcom/fasterxml/jackson/core/Base64Variant;)V
        47: .line 2816
      StackMap locals:
      StackMap stack:
            aload 2 /* builder */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.toByteArray:()[B
            areturn
        48: .line 2818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b64variant */
            iload 3 /* ch */
            iconst_3
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._decodeBase64Escape:(Lcom/fasterxml/jackson/core/Base64Variant;II)I
            istore 4 /* bits */
        49: .line 2820
      StackMap locals:
      StackMap stack:
            iload 4 /* bits */
            bipush -2
            if_icmpne 53
        50: .line 2827
            iload 5 /* decodedData */
            iconst_2
            ishr
            istore 5 /* decodedData */
        51: .line 2828
            aload 2 /* builder */
            iload 5 /* decodedData */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.appendTwoBytes:(I)V
        52: .line 2829
            goto 1
        53: .line 2833
      StackMap locals:
      StackMap stack:
            iload 5 /* decodedData */
            bipush 6
            ishl
            iload 4 /* bits */
            ior
            istore 5 /* decodedData */
        54: .line 2834
            aload 2 /* builder */
            iload 5 /* decodedData */
            invokevirtual com.fasterxml.jackson.core.util.ByteArrayBuilder.appendThreeBytes:(I)V
        end local 5 // int decodedData
        end local 4 // int bits
        end local 3 // int ch
        55: .line 2745
            goto 1
        end local 2 // com.fasterxml.jackson.core.util.ByteArrayBuilder builder
        end local 1 // com.fasterxml.jackson.core.Base64Variant b64variant
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   56     0         this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   56     1   b64variant  Lcom/fasterxml/jackson/core/Base64Variant;
            1   56     2      builder  Lcom/fasterxml/jackson/core/util/ByteArrayBuilder;
            2   55     3           ch  I
            5   55     4         bits  I
           12   55     5  decodedData  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b64variant  

  public com.fasterxml.jackson.core.JsonLocation getTokenLocation();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2846
            new com.fasterxml.jackson.core.JsonLocation
            dup
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._getSourceReference:()Ljava/lang/Object;
            ldc -1
            ldc -1
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._tokenInputRow:I
            iconst_m1
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Ljava/lang/Object;JJII)V
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;

  public com.fasterxml.jackson.core.JsonLocation getCurrentLocation();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
         0: .line 2851
            new com.fasterxml.jackson.core.JsonLocation
            dup
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._getSourceReference:()Ljava/lang/Object;
            ldc -1
            ldc -1
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currInputRow:I
            iconst_m1
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Ljava/lang/Object;JJII)V
            areturn
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;

  private void _closeScope(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
        start local 1 // int i
         0: .line 2861
            iload 1 /* i */
            bipush 93
            if_icmpne 5
         1: .line 2862
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inArray:()Z
            ifne 3
         2: .line 2863
            aload 0 /* this */
            iload 1 /* i */
            bipush 125
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportMismatchedEndMarker:(IC)V
         3: .line 2865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.clearAndGetParent:()Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         4: .line 2866
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.END_ARRAY:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
         5: .line 2868
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            bipush 125
            if_icmpne 10
         6: .line 2869
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.inObject:()Z
            ifne 8
         7: .line 2870
            aload 0 /* this */
            iload 1 /* i */
            bipush 93
            invokevirtual com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._reportMismatchedEndMarker:(IC)V
         8: .line 2872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
            invokevirtual com.fasterxml.jackson.core.json.JsonReadContext.clearAndGetParent:()Lcom/fasterxml/jackson/core/json/JsonReadContext;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._parsingContext:Lcom/fasterxml/jackson/core/json/JsonReadContext;
         9: .line 2873
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.JsonToken.END_OBJECT:Lcom/fasterxml/jackson/core/JsonToken;
            putfield com.fasterxml.jackson.core.json.UTF8DataInputJsonParser._currToken:Lcom/fasterxml/jackson/core/JsonToken;
        10: .line 2875
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // com.fasterxml.jackson.core.json.UTF8DataInputJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/fasterxml/jackson/core/json/UTF8DataInputJsonParser;
            0   11     1     i  I
    Exceptions:
      throws com.fasterxml.jackson.core.JsonParseException
    MethodParameters:
      Name  Flags
      i     

  private static final int pad(int, int);
    descriptor: (II)I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int q
        start local 1 // int bytes
         0: .line 2881
            iload 1 /* bytes */
            iconst_4
            if_icmpne 1
            iload 0 /* q */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 0 /* q */
            iconst_m1
            iload 1 /* bytes */
            iconst_3
            ishl
            ishl
            ior
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int bytes
        end local 0 // int q
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0      q  I
            0    3     1  bytes  I
    MethodParameters:
       Name  Flags
      q      
      bytes  
}
SourceFile: "UTF8DataInputJsonParser.java"
InnerClasses:
  public final Feature = com.fasterxml.jackson.core.JsonParser$Feature of com.fasterxml.jackson.core.JsonParser