final class org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter implements javax.xml.stream.Location
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter
  super_class: java.lang.Object
{
  private final org.xml.sax.Locator locator;
    descriptor: Lorg/xml/sax/Locator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.xml.sax.Locator);
    descriptor: (Lorg/xml/sax/Locator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
        start local 1 // org.xml.sax.Locator locator
         0: .line 165
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 166
            aload 0 /* this */
            aload 1 /* locator */
            putfield org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter.locator:Lorg/xml/sax/Locator;
         2: .line 167
            return
        end local 1 // org.xml.sax.Locator locator
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;
            0    3     1  locator  Lorg/xml/sax/Locator;
    MethodParameters:
         Name  Flags
      locator  

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
         0: .line 171
            aload 0 /* this */
            getfield org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter.locator:Lorg/xml/sax/Locator;
            invokeinterface org.xml.sax.Locator.getLineNumber:()I
            ireturn
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
         0: .line 176
            aload 0 /* this */
            getfield org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter.locator:Lorg/xml/sax/Locator;
            invokeinterface org.xml.sax.Locator.getColumnNumber:()I
            ireturn
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;

  public int getCharacterOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
         0: .line 181
            iconst_m1
            ireturn
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
         0: .line 186
            aload 0 /* this */
            getfield org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter.locator:Lorg/xml/sax/Locator;
            invokeinterface org.xml.sax.Locator.getPublicId:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
         0: .line 191
            aload 0 /* this */
            getfield org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter.locator:Lorg/xml/sax/Locator;
            invokeinterface org.xml.sax.Locator.getSystemId:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/xml/StaxEventHandler$LocatorLocationAdapter;
}
SourceFile: "StaxEventHandler.java"
NestHost: org.springframework.util.xml.StaxEventHandler
InnerClasses:
  private final LocatorLocationAdapter = org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter of org.springframework.util.xml.StaxEventHandler