class org.aspectj.weaver.SourceContextImpl$1 implements org.aspectj.weaver.ISourceContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.aspectj.weaver.SourceContextImpl$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.SourceContextImpl$1 this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.aspectj.weaver.SourceContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/SourceContextImpl$1;

  public org.aspectj.bridge.ISourceLocation makeSourceLocation(org.aspectj.weaver.IHasPosition);
    descriptor: (Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/bridge/ISourceLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.aspectj.weaver.SourceContextImpl$1 this
        start local 1 // org.aspectj.weaver.IHasPosition position
         0: .line 84
            aconst_null
            areturn
        end local 1 // org.aspectj.weaver.IHasPosition position
        end local 0 // org.aspectj.weaver.SourceContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/aspectj/weaver/SourceContextImpl$1;
            0    1     1  position  Lorg/aspectj/weaver/IHasPosition;
    MethodParameters:
          Name  Flags
      position  

  public org.aspectj.bridge.ISourceLocation makeSourceLocation(int, int);
    descriptor: (II)Lorg/aspectj/bridge/ISourceLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.aspectj.weaver.SourceContextImpl$1 this
        start local 1 // int line
        start local 2 // int offset
         0: .line 88
            aconst_null
            areturn
        end local 2 // int offset
        end local 1 // int line
        end local 0 // org.aspectj.weaver.SourceContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/aspectj/weaver/SourceContextImpl$1;
            0    1     1    line  I
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      line    
      offset  

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.SourceContextImpl$1 this
         0: .line 92
            iconst_0
            ireturn
        end local 0 // org.aspectj.weaver.SourceContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/SourceContextImpl$1;

  public void tidy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.SourceContextImpl$1 this
         0: .line 96
            return
        end local 0 // org.aspectj.weaver.SourceContextImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/SourceContextImpl$1;
}
SourceFile: "SourceContextImpl.java"
EnclosingMethod: org.aspectj.weaver.SourceContextImpl
NestHost: org.aspectj.weaver.SourceContextImpl
InnerClasses:
  org.aspectj.weaver.SourceContextImpl$1