public class com.ctc.wstx.io.WstxInputLocation implements java.io.Serializable, org.codehaus.stax2.XMLStreamLocation2
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.io.WstxInputLocation
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final com.ctc.wstx.io.WstxInputLocation sEmptyLocation;
    descriptor: Lcom/ctc/wstx/io/WstxInputLocation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final com.ctc.wstx.io.WstxInputLocation mContext;
    descriptor: Lcom/ctc/wstx/io/WstxInputLocation;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String mPublicId;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String mSystemId;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

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

  protected transient java.lang.String mDesc;
    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 35
            new com.ctc.wstx.io.WstxInputLocation
            dup
            aconst_null
            ldc ""
            ldc ""
            ldc -1
            iconst_m1
            iconst_m1
            invokespecial com.ctc.wstx.io.WstxInputLocation.<init>:(Lcom/ctc/wstx/io/WstxInputLocation;Ljava/lang/String;Ljava/lang/String;JII)V
         1: .line 34
            putstatic com.ctc.wstx.io.WstxInputLocation.sEmptyLocation:Lcom/ctc/wstx/io/WstxInputLocation;
         2: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.ctc.wstx.io.WstxInputLocation, java.lang.String, java.lang.String, long, int, int);
    descriptor: (Lcom/ctc/wstx/io/WstxInputLocation;Ljava/lang/String;Ljava/lang/String;JII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
        start local 1 // com.ctc.wstx.io.WstxInputLocation ctxt
        start local 2 // java.lang.String pubId
        start local 3 // java.lang.String sysId
        start local 4 // long charOffset
        start local 6 // int row
        start local 7 // int col
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.WstxInputLocation.mDesc:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            aload 1 /* ctxt */
            putfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
         3: .line 58
            aload 0 /* this */
            aload 2 /* pubId */
            putfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
         4: .line 59
            aload 0 /* this */
            aload 3 /* sysId */
            putfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
         5: .line 63
            aload 0 /* this */
            lload 4 /* charOffset */
            putfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
         6: .line 64
            aload 0 /* this */
            iload 7 /* col */
            putfield com.ctc.wstx.io.WstxInputLocation.mCol:I
         7: .line 65
            aload 0 /* this */
            iload 6 /* row */
            putfield com.ctc.wstx.io.WstxInputLocation.mRow:I
         8: .line 66
            return
        end local 7 // int col
        end local 6 // int row
        end local 4 // long charOffset
        end local 3 // java.lang.String sysId
        end local 2 // java.lang.String pubId
        end local 1 // com.ctc.wstx.io.WstxInputLocation ctxt
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/ctc/wstx/io/WstxInputLocation;
            0    9     1        ctxt  Lcom/ctc/wstx/io/WstxInputLocation;
            0    9     2       pubId  Ljava/lang/String;
            0    9     3       sysId  Ljava/lang/String;
            0    9     4  charOffset  J
            0    9     6         row  I
            0    9     7         col  I
    MethodParameters:
            Name  Flags
      ctxt        
      pubId       
      sysId       
      charOffset  
      row         
      col         

  public void <init>(com.ctc.wstx.io.WstxInputLocation, java.lang.String, com.ctc.wstx.io.SystemId, long, int, int);
    descriptor: (Lcom/ctc/wstx/io/WstxInputLocation;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;JII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
        start local 1 // com.ctc.wstx.io.WstxInputLocation ctxt
        start local 2 // java.lang.String pubId
        start local 3 // com.ctc.wstx.io.SystemId sysId
        start local 4 // long charOffset
        start local 6 // int row
        start local 7 // int col
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.WstxInputLocation.mDesc:Ljava/lang/String;
         2: .line 71
            aload 0 /* this */
            aload 1 /* ctxt */
            putfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
         3: .line 72
            aload 0 /* this */
            aload 2 /* pubId */
            putfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
         4: .line 73
            aload 0 /* this */
            aload 3 /* sysId */
            ifnonnull 5
            ldc "N/A"
            goto 6
      StackMap locals: com.ctc.wstx.io.WstxInputLocation com.ctc.wstx.io.WstxInputLocation java.lang.String com.ctc.wstx.io.SystemId long int int
      StackMap stack: com.ctc.wstx.io.WstxInputLocation
         5: aload 3 /* sysId */
            invokevirtual com.ctc.wstx.io.SystemId.toString:()Ljava/lang/String;
      StackMap locals: com.ctc.wstx.io.WstxInputLocation com.ctc.wstx.io.WstxInputLocation java.lang.String com.ctc.wstx.io.SystemId long int int
      StackMap stack: com.ctc.wstx.io.WstxInputLocation java.lang.String
         6: putfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
         7: .line 74
            aload 0 /* this */
            lload 4 /* charOffset */
            putfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
         8: .line 75
            aload 0 /* this */
            iload 7 /* col */
            putfield com.ctc.wstx.io.WstxInputLocation.mCol:I
         9: .line 76
            aload 0 /* this */
            iload 6 /* row */
            putfield com.ctc.wstx.io.WstxInputLocation.mRow:I
        10: .line 77
            return
        end local 7 // int col
        end local 6 // int row
        end local 4 // long charOffset
        end local 3 // com.ctc.wstx.io.SystemId sysId
        end local 2 // java.lang.String pubId
        end local 1 // com.ctc.wstx.io.WstxInputLocation ctxt
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/ctc/wstx/io/WstxInputLocation;
            0   11     1        ctxt  Lcom/ctc/wstx/io/WstxInputLocation;
            0   11     2       pubId  Ljava/lang/String;
            0   11     3       sysId  Lcom/ctc/wstx/io/SystemId;
            0   11     4  charOffset  J
            0   11     6         row  I
            0   11     7         col  I
    MethodParameters:
            Name  Flags
      ctxt        
      pubId       
      sysId       
      charOffset  
      row         
      col         

  public static com.ctc.wstx.io.WstxInputLocation getEmptyLocation();
    descriptor: ()Lcom/ctc/wstx/io/WstxInputLocation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 80
            getstatic com.ctc.wstx.io.WstxInputLocation.sEmptyLocation:Lcom/ctc/wstx/io/WstxInputLocation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long getCharacterOffsetLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 83
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
            lreturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public int getCharacterOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 86
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
            l2i
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 88
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCol:I
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 90
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mRow:I
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 93
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 95
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public org.codehaus.stax2.XMLStreamLocation2 getContext();
    descriptor: ()Lorg/codehaus/stax2/XMLStreamLocation2;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 104
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
            areturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 115
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mDesc:Ljava/lang/String;
            ifnonnull 7
         1: .line 117
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
            ifnull 4
         2: .line 118
            new java.lang.StringBuilder
            dup
            sipush 200
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         3: .line 119
            goto 5
        end local 1 // java.lang.StringBuilder sb
         4: .line 120
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            bipush 80
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         5: .line 122
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sb */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.appendDesc:(Ljava/lang/StringBuilder;)V
         6: .line 123
            aload 0 /* this */
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.ctc.wstx.io.WstxInputLocation.mDesc:Ljava/lang/String;
        end local 1 // java.lang.StringBuilder sb
         7: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mDesc:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/ctc/wstx/io/WstxInputLocation;
            3    4     1    sb  Ljava/lang/StringBuilder;
            5    7     1    sb  Ljava/lang/StringBuilder;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
         0: .line 130
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
            l2i
            ldc -1
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCharOffset:J
            bipush 32
            lshr
            land
            l2i
            ixor
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mRow:I
            ixor
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCol:I
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCol:I
            iconst_3
            ishl
            iadd
            ixor
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputLocation;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
        start local 1 // java.lang.Object o
         0: .line 135
            aload 1 /* o */
            instanceof com.ctc.wstx.io.WstxInputLocation
            ifne 2
         1: .line 136
            iconst_0
            ireturn
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.ctc.wstx.io.WstxInputLocation
            astore 2 /* other */
        start local 2 // com.ctc.wstx.io.WstxInputLocation other
         3: .line 140
            aload 2 /* other */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.getCharacterOffsetLong:()J
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.getCharacterOffsetLong:()J
            lcmp
            ifeq 5
         4: .line 141
            iconst_0
            ireturn
         5: .line 143
      StackMap locals: com.ctc.wstx.io.WstxInputLocation
      StackMap stack:
            aload 2 /* other */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.getPublicId:()Ljava/lang/String;
            astore 3 /* otherPub */
        start local 3 // java.lang.String otherPub
         6: .line 144
            aload 3 /* otherPub */
            ifnonnull 8
         7: .line 145
            ldc ""
            astore 3 /* otherPub */
         8: .line 147
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* otherPub */
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 148
            iconst_0
            ireturn
        10: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.getSystemId:()Ljava/lang/String;
            astore 4 /* otherSys */
        start local 4 // java.lang.String otherSys
        11: .line 151
            aload 4 /* otherSys */
            ifnonnull 13
        12: .line 152
            ldc ""
            astore 4 /* otherSys */
        13: .line 154
      StackMap locals: java.lang.String
      StackMap stack:
            aload 4 /* otherSys */
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 4 // java.lang.String otherSys
        end local 3 // java.lang.String otherPub
        end local 2 // com.ctc.wstx.io.WstxInputLocation other
        end local 1 // java.lang.Object o
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/ctc/wstx/io/WstxInputLocation;
            0   14     1         o  Ljava/lang/Object;
            3   14     2     other  Lcom/ctc/wstx/io/WstxInputLocation;
            6   14     3  otherPub  Ljava/lang/String;
           11   14     4  otherSys  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      o     

  private void appendDesc(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputLocation this
        start local 1 // java.lang.StringBuilder sb
         0: .line 167
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
            ifnull 4
         1: .line 168
            aload 1 /* sb */
            ldc "[row,col,system-id]: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 169
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mSystemId:Ljava/lang/String;
            astore 2 /* srcId */
        start local 2 // java.lang.String srcId
         3: .line 170
            goto 10
        end local 2 // java.lang.String srcId
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
            ifnull 8
         5: .line 171
            aload 1 /* sb */
            ldc "[row,col,public-id]: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 172
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mPublicId:Ljava/lang/String;
            astore 2 /* srcId */
        start local 2 // java.lang.String srcId
         7: .line 173
            goto 10
        end local 2 // java.lang.String srcId
         8: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "[row,col {unknown-source}]: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 175
            aconst_null
            astore 2 /* srcId */
        start local 2 // java.lang.String srcId
        10: .line 177
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        11: .line 178
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mRow:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        12: .line 179
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 180
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mCol:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        14: .line 186
            aload 2 /* srcId */
            ifnull 19
        15: .line 187
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        16: .line 188
            aload 1 /* sb */
            bipush 34
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        17: .line 189
            aload 1 /* sb */
            aload 2 /* srcId */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 190
            aload 1 /* sb */
            bipush 34
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        20: .line 193
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
            ifnull 24
        21: .line 194
            aload 1 /* sb */
            invokestatic com.ctc.wstx.util.StringUtil.appendLF:(Ljava/lang/StringBuilder;)V
        22: .line 195
            aload 1 /* sb */
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 196
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputLocation.mContext:Lcom/ctc/wstx/io/WstxInputLocation;
            aload 1 /* sb */
            invokevirtual com.ctc.wstx.io.WstxInputLocation.appendDesc:(Ljava/lang/StringBuilder;)V
        24: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String srcId
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.ctc.wstx.io.WstxInputLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lcom/ctc/wstx/io/WstxInputLocation;
            0   25     1     sb  Ljava/lang/StringBuilder;
            3    4     2  srcId  Ljava/lang/String;
            7    8     2  srcId  Ljava/lang/String;
           10   25     2  srcId  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sb    
}
SourceFile: "WstxInputLocation.java"