public class org.springframework.beans.factory.parsing.Location
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.factory.parsing.Location
  super_class: java.lang.Object
{
  private final org.springframework.core.io.Resource resource;
    descriptor: Lorg/springframework/core/io/Resource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object source;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.parsing.Location this
        start local 1 // org.springframework.core.io.Resource resource
         0: .line 49
            aload 0 /* this */
            aload 1 /* resource */
            aconst_null
            invokespecial org.springframework.beans.factory.parsing.Location.<init>:(Lorg/springframework/core/io/Resource;Ljava/lang/Object;)V
         1: .line 50
            return
        end local 1 // org.springframework.core.io.Resource resource
        end local 0 // org.springframework.beans.factory.parsing.Location this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/beans/factory/parsing/Location;
            0    2     1  resource  Lorg/springframework/core/io/Resource;
    MethodParameters:
          Name  Flags
      resource  

  public void <init>(org.springframework.core.io.Resource, java.lang.Object);
    descriptor: (Lorg/springframework/core/io/Resource;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.parsing.Location this
        start local 1 // org.springframework.core.io.Resource resource
        start local 2 // java.lang.Object source
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 1 /* resource */
            ldc "Resource must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 60
            aload 0 /* this */
            aload 1 /* resource */
            putfield org.springframework.beans.factory.parsing.Location.resource:Lorg/springframework/core/io/Resource;
         3: .line 61
            aload 0 /* this */
            aload 2 /* source */
            putfield org.springframework.beans.factory.parsing.Location.source:Ljava/lang/Object;
         4: .line 62
            return
        end local 2 // java.lang.Object source
        end local 1 // org.springframework.core.io.Resource resource
        end local 0 // org.springframework.beans.factory.parsing.Location this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/beans/factory/parsing/Location;
            0    5     1  resource  Lorg/springframework/core/io/Resource;
            0    5     2    source  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      resource  
      source    

  public org.springframework.core.io.Resource getResource();
    descriptor: ()Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Location this
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Location.resource:Lorg/springframework/core/io/Resource;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Location;

  public java.lang.Object getSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Location this
         0: .line 80
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Location.source:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Location;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "Location.java"