public class com.fasterxml.jackson.core.JsonLocation implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.core.JsonLocation
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MAX_CONTENT_SNIPPET;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 500
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final com.fasterxml.jackson.core.JsonLocation NA;
    descriptor: Lcom/fasterxml/jackson/core/JsonLocation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected final long _totalBytes;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final long _totalChars;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

  protected final com.fasterxml.jackson.core.io.ContentReference _contentReference;
    descriptor: Lcom/fasterxml/jackson/core/io/ContentReference;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected transient java.lang.String _sourceDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=0, args_size=0
         0: .line 33
            new com.fasterxml.jackson.core.JsonLocation
            dup
            invokestatic com.fasterxml.jackson.core.io.ContentReference.unknown:()Lcom/fasterxml/jackson/core/io/ContentReference;
         1: .line 34
            ldc -1
            ldc -1
            iconst_m1
            iconst_m1
         2: .line 33
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Lcom/fasterxml/jackson/core/io/ContentReference;JJII)V
            putstatic com.fasterxml.jackson.core.JsonLocation.NA:Lcom/fasterxml/jackson/core/JsonLocation;
         3: .line 34
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.fasterxml.jackson.core.io.ContentReference, long, int, int);
    descriptor: (Lcom/fasterxml/jackson/core/io/ContentReference;JII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // com.fasterxml.jackson.core.io.ContentReference contentRef
        start local 2 // long totalChars
        start local 4 // int lineNr
        start local 5 // int colNr
         0: .line 67
            aload 0 /* this */
            aload 1 /* contentRef */
            ldc -1
            lload 2 /* totalChars */
            iload 4 /* lineNr */
            iload 5 /* colNr */
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Lcom/fasterxml/jackson/core/io/ContentReference;JJII)V
         1: .line 68
            return
        end local 5 // int colNr
        end local 4 // int lineNr
        end local 2 // long totalChars
        end local 1 // com.fasterxml.jackson.core.io.ContentReference contentRef
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/fasterxml/jackson/core/JsonLocation;
            0    2     1  contentRef  Lcom/fasterxml/jackson/core/io/ContentReference;
            0    2     2  totalChars  J
            0    2     4      lineNr  I
            0    2     5       colNr  I
    MethodParameters:
            Name  Flags
      contentRef  
      totalChars  
      lineNr      
      colNr       

  public void <init>(com.fasterxml.jackson.core.io.ContentReference, long, long, int, int);
    descriptor: (Lcom/fasterxml/jackson/core/io/ContentReference;JJII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // com.fasterxml.jackson.core.io.ContentReference contentRef
        start local 2 // long totalBytes
        start local 4 // long totalChars
        start local 6 // int lineNr
        start local 7 // int columnNr
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 1 /* contentRef */
            ifnonnull 3
         2: .line 75
            invokestatic com.fasterxml.jackson.core.io.ContentReference.unknown:()Lcom/fasterxml/jackson/core/io/ContentReference;
            astore 1 /* contentRef */
         3: .line 77
      StackMap locals: com.fasterxml.jackson.core.JsonLocation com.fasterxml.jackson.core.io.ContentReference long long int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* contentRef */
            putfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
         4: .line 78
            aload 0 /* this */
            lload 2 /* totalBytes */
            putfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
         5: .line 79
            aload 0 /* this */
            lload 4 /* totalChars */
            putfield com.fasterxml.jackson.core.JsonLocation._totalChars:J
         6: .line 80
            aload 0 /* this */
            iload 6 /* lineNr */
            putfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
         7: .line 81
            aload 0 /* this */
            iload 7 /* columnNr */
            putfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
         8: .line 82
            return
        end local 7 // int columnNr
        end local 6 // int lineNr
        end local 4 // long totalChars
        end local 2 // long totalBytes
        end local 1 // com.fasterxml.jackson.core.io.ContentReference contentRef
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/fasterxml/jackson/core/JsonLocation;
            0    9     1  contentRef  Lcom/fasterxml/jackson/core/io/ContentReference;
            0    9     2  totalBytes  J
            0    9     4  totalChars  J
            0    9     6      lineNr  I
            0    9     7    columnNr  I
    MethodParameters:
            Name  Flags
      contentRef  
      totalBytes  
      totalChars  
      lineNr      
      columnNr    

  public void <init>(java.lang.Object, long, int, int);
    descriptor: (Ljava/lang/Object;JII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // java.lang.Object srcRef
        start local 2 // long totalChars
        start local 4 // int lineNr
        start local 5 // int columnNr
         0: .line 86
            aload 0 /* this */
            aload 1 /* srcRef */
            invokestatic com.fasterxml.jackson.core.JsonLocation._wrap:(Ljava/lang/Object;)Lcom/fasterxml/jackson/core/io/ContentReference;
            lload 2 /* totalChars */
            iload 4 /* lineNr */
            iload 5 /* columnNr */
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Lcom/fasterxml/jackson/core/io/ContentReference;JII)V
         1: .line 87
            return
        end local 5 // int columnNr
        end local 4 // int lineNr
        end local 2 // long totalChars
        end local 1 // java.lang.Object srcRef
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/fasterxml/jackson/core/JsonLocation;
            0    2     1      srcRef  Ljava/lang/Object;
            0    2     2  totalChars  J
            0    2     4      lineNr  I
            0    2     5    columnNr  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      srcRef      
      totalChars  
      lineNr      
      columnNr    

  public void <init>(java.lang.Object, long, long, int, int);
    descriptor: (Ljava/lang/Object;JJII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // java.lang.Object srcRef
        start local 2 // long totalBytes
        start local 4 // long totalChars
        start local 6 // int lineNr
        start local 7 // int columnNr
         0: .line 92
            aload 0 /* this */
            aload 1 /* srcRef */
            invokestatic com.fasterxml.jackson.core.JsonLocation._wrap:(Ljava/lang/Object;)Lcom/fasterxml/jackson/core/io/ContentReference;
            lload 2 /* totalBytes */
            lload 4 /* totalChars */
            iload 6 /* lineNr */
            iload 7 /* columnNr */
            invokespecial com.fasterxml.jackson.core.JsonLocation.<init>:(Lcom/fasterxml/jackson/core/io/ContentReference;JJII)V
         1: .line 93
            return
        end local 7 // int columnNr
        end local 6 // int lineNr
        end local 4 // long totalChars
        end local 2 // long totalBytes
        end local 1 // java.lang.Object srcRef
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/fasterxml/jackson/core/JsonLocation;
            0    2     1      srcRef  Ljava/lang/Object;
            0    2     2  totalBytes  J
            0    2     4  totalChars  J
            0    2     6      lineNr  I
            0    2     7    columnNr  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      srcRef      
      totalBytes  
      totalChars  
      lineNr      
      columnNr    

  protected static com.fasterxml.jackson.core.io.ContentReference _wrap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/fasterxml/jackson/core/io/ContentReference;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object srcRef
         0: .line 96
            aload 0 /* srcRef */
            instanceof com.fasterxml.jackson.core.io.ContentReference
            ifeq 2
         1: .line 97
            aload 0 /* srcRef */
            checkcast com.fasterxml.jackson.core.io.ContentReference
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            iconst_0
            aload 0 /* srcRef */
            invokestatic com.fasterxml.jackson.core.io.ContentReference.construct:(ZLjava/lang/Object;)Lcom/fasterxml/jackson/core/io/ContentReference;
            areturn
        end local 0 // java.lang.Object srcRef
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  srcRef  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      srcRef  

  public com.fasterxml.jackson.core.io.ContentReference contentReference();
    descriptor: ()Lcom/fasterxml/jackson/core/io/ContentReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 121
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public java.lang.Object getSourceRef();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 138
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            invokevirtual com.fasterxml.jackson.core.io.ContentReference.getRawContent:()Ljava/lang/Object;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int getLineNr();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 147
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            ireturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public int getColumnNr();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 155
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            ireturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public long getCharOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 161
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalChars:J
            lreturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public long getByteOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 167
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            lreturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public java.lang.String sourceDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 185
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._sourceDescription:Ljava/lang/String;
            ifnonnull 2
         1: .line 186
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            invokevirtual com.fasterxml.jackson.core.io.ContentReference.buildSourceDescription:()Ljava/lang/String;
            putfield com.fasterxml.jackson.core.JsonLocation._sourceDescription:Ljava/lang/String;
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._sourceDescription:Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public java.lang.String offsetDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 201
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 40
            invokespecial java.lang.StringBuilder.<init>:(I)V
            invokevirtual com.fasterxml.jackson.core.JsonLocation.appendOffsetDescription:(Ljava/lang/StringBuilder;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonLocation;

  public java.lang.StringBuilder appendOffsetDescription(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)Ljava/lang/StringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // java.lang.StringBuilder sb
         0: .line 211
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            invokevirtual com.fasterxml.jackson.core.io.ContentReference.hasTextualContent:()Z
            ifeq 12
         1: .line 212
            aload 1 /* sb */
            ldc "line: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 214
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            iflt 5
         3: .line 215
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         4: .line 216
            goto 6
         5: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "UNKNOWN"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc ", column: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 220
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            iflt 10
         8: .line 221
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         9: .line 222
            goto 23
        10: .line 223
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "UNKNOWN"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 225
            goto 23
        12: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            ifle 18
        13: .line 230
            aload 1 /* sb */
            ldc "line: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        14: .line 231
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            ifle 23
        15: .line 232
            aload 1 /* sb */
            ldc ", column: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 233
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        17: .line 235
            goto 23
        18: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "byte offset: #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 239
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            lconst_0
            lcmp
            iflt 22
        20: .line 240
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        21: .line 241
            goto 23
        22: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "UNKNOWN"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/fasterxml/jackson/core/JsonLocation;
            0   24     1    sb  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      sb    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 258
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_2
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* hash */
        start local 1 // int hash
         3: .line 259
            iload 1 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            ixor
            istore 1 /* hash */
         4: .line 260
            iload 1 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            iadd
            istore 1 /* hash */
         5: .line 261
            iload 1 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalChars:J
            l2i
            ixor
            istore 1 /* hash */
         6: .line 262
            iload 1 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            l2i
            iadd
            istore 1 /* hash */
         7: .line 263
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/core/JsonLocation;
            3    8     1  hash  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
        start local 1 // java.lang.Object other
         0: .line 269
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 270
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof com.fasterxml.jackson.core.JsonLocation
            ifne 3
            iconst_0
            ireturn
         3: .line 272
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast com.fasterxml.jackson.core.JsonLocation
            astore 2 /* otherLoc */
        start local 2 // com.fasterxml.jackson.core.JsonLocation otherLoc
         4: .line 274
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            ifnonnull 6
         5: .line 275
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            ifnull 8
            iconst_0
            ireturn
         6: .line 276
      StackMap locals: com.fasterxml.jackson.core.JsonLocation
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._contentReference:Lcom/fasterxml/jackson/core/io/ContentReference;
            invokevirtual com.fasterxml.jackson.core.io.ContentReference.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 277
            iconst_0
            ireturn
         8: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._lineNr:I
            if_icmpne 13
         9: .line 281
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._columnNr:I
            if_icmpne 13
        10: .line 282
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalChars:J
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._totalChars:J
            lcmp
            ifne 13
        11: .line 283
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            aload 2 /* otherLoc */
            getfield com.fasterxml.jackson.core.JsonLocation._totalBytes:J
            lcmp
            ifne 13
        12: .line 280
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        13: iconst_0
            ireturn
        end local 2 // com.fasterxml.jackson.core.JsonLocation otherLoc
        end local 1 // java.lang.Object other
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/fasterxml/jackson/core/JsonLocation;
            0   14     1     other  Ljava/lang/Object;
            4   14     2  otherLoc  Lcom/fasterxml/jackson/core/JsonLocation;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonLocation this
         0: .line 290
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.core.JsonLocation.sourceDescription:()Ljava/lang/String;
            astore 1 /* srcDesc */
        start local 1 // java.lang.String srcDesc
         1: .line 291
            new java.lang.StringBuilder
            dup
            bipush 40
            aload 1 /* srcDesc */
            invokevirtual java.lang.String.length:()I
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
         2: .line 292
            ldc "[Source: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 293
            aload 1 /* srcDesc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 294
            ldc "; "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 291
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         6: .line 295
            aload 0 /* this */
            aload 2 /* sb */
            invokevirtual com.fasterxml.jackson.core.JsonLocation.appendOffsetDescription:(Ljava/lang/StringBuilder;)Ljava/lang/StringBuilder;
         7: .line 296
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         8: .line 297
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 295
            areturn
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.String srcDesc
        end local 0 // com.fasterxml.jackson.core.JsonLocation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/fasterxml/jackson/core/JsonLocation;
            1   10     1  srcDesc  Ljava/lang/String;
            6   10     2       sb  Ljava/lang/StringBuilder;
}
SourceFile: "JsonLocation.java"