class org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl implements org.aspectj.bridge.context.ContextToken
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl
  super_class: java.lang.Object
{
  public int tokenId;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl this
        start local 1 // int id
         0: .line 209
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 210
            aload 0 /* this */
            iload 1 /* id */
            putfield org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl.tokenId:I
         2: .line 211
            return
        end local 1 // int id
        end local 0 // org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/aspectj/bridge/context/CompilationAndWeavingContext$ContextTokenImpl;
            0    3     1    id  I
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "CompilationAndWeavingContext.java"
NestHost: org.aspectj.bridge.context.CompilationAndWeavingContext
InnerClasses:
  private ContextTokenImpl = org.aspectj.bridge.context.CompilationAndWeavingContext$ContextTokenImpl of org.aspectj.bridge.context.CompilationAndWeavingContext