class com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain
  super_class: java.lang.Object
{
  private final java.util.ArrayList<com.oracle.truffle.llvm.runtime.LLVMScope> scopes;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lcom/oracle/truffle/llvm/runtime/LLVMScope;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 969
            ldc Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
         0: .line 972
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 973
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.scopes:Ljava/util/ArrayList;
         2: .line 974
            return
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMContext$DynamicLinkChain;

  private void addScope(com.oracle.truffle.llvm.runtime.LLVMScope);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMScope newScope
         0: .line 977
            getstatic com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.scopes:Ljava/util/ArrayList;
            aload 1 /* newScope */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.scopes:Ljava/util/ArrayList;
            aload 1 /* newScope */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 979
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMScope newScope
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/llvm/runtime/LLVMContext$DynamicLinkChain;
            0    3     1  newScope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
    MethodParameters:
          Name  Flags
      newScope  

  private boolean containsScope(com.oracle.truffle.llvm.runtime.LLVMScope);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMScope scope
         0: .line 982
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain.scopes:Ljava/util/ArrayList;
            aload 1 /* scope */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMScope scope
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/llvm/runtime/LLVMContext$DynamicLinkChain;
            0    1     1  scope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
    MethodParameters:
       Name  Flags
      scope  
}
SourceFile: "LLVMContext.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMContext
InnerClasses:
  private DynamicLinkChain = com.oracle.truffle.llvm.runtime.LLVMContext$DynamicLinkChain of com.oracle.truffle.llvm.runtime.LLVMContext