class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl implements org.aspectj.lang.reflect.SourceLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl
  super_class: java.lang.Object
{
  final org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint this$0;
    descriptor: Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint);
    descriptor: (Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
         0: .line 303
            aload 0 /* this */
            aload 1
            putfield org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl.this$0:Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint$SourceLocationImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Class<?> getWithinType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
         0: .line 307
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl.this$0:Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint;
            getfield org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.methodInvocation:Lorg/springframework/aop/ProxyMethodInvocation;
            invokeinterface org.springframework.aop.ProxyMethodInvocation.getThis:()Ljava/lang/Object;
            ifnonnull 2
         1: .line 308
            new java.lang.UnsupportedOperationException
            dup
            ldc "No source location joinpoint available: target is null"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl.this$0:Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint;
            getfield org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.methodInvocation:Lorg/springframework/aop/ProxyMethodInvocation;
            invokeinterface org.springframework.aop.ProxyMethodInvocation.getThis:()Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint$SourceLocationImpl;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.String getFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
         0: .line 315
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint$SourceLocationImpl;

  public int getLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
         0: .line 320
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint$SourceLocationImpl;

  public int getColumn();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
         0: .line 326
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint$SourceLocationImpl;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "MethodInvocationProceedingJoinPoint.java"
NestHost: org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
InnerClasses:
  private SourceLocationImpl = org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl of org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint