abstract class com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError5Node extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError5Node
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError5Node this
         0: .line 444
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError5Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedLanguageError5Node;

  abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      argument  

  static java.lang.String s0(, com.oracle.truffle.api.TruffleLanguage$ContextReference<java.lang.Object>);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/TruffleLanguage$ContextReference;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object value
        start local 1 // com.oracle.truffle.api.TruffleLanguage$ContextReference context
         0: .line 452
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 1 // com.oracle.truffle.api.TruffleLanguage$ContextReference context
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    value  Ljava/lang/Object;
            0    1     1  context  Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<Ljava/lang/Object;>;
    Signature: (Ljava/lang/Object;Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<Ljava/lang/Object;>;)Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @CachedContext specification. The parameter type must match the context type 'Env' or 'ContextReference<Env>'."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @CachedContext specification. The parameter type must match the context type 'Env' or 'ContextReference<Env>'."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
    MethodParameters:
         Name  Flags
      value    
      context  
}
SourceFile: "CachedContextTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedContextTest
InnerClasses:
  public abstract ContextReference = com.oracle.truffle.api.TruffleLanguage$ContextReference of com.oracle.truffle.api.TruffleLanguage
  abstract CachedLanguageError5Node = com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError5Node of com.oracle.truffle.api.dsl.test.CachedContextTest