abstract class com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError3Node 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$CachedLanguageError3Node
  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$CachedLanguageError3Node this
         0: .line 420
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError3Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedLanguageError3Node;

  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(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)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 // java.lang.Object language
         0: .line 428
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 1 // java.lang.Object language
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     value  Ljava/lang/Object;
            0    1     1  language  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @CachedContext specification. The context type could not be inferred from super type 'TruffleLanguage<T>' in language 'InvalidLanguage2'."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @CachedContext specification. The context type could not be inferred from super type 'TruffleLanguage<T>' in language 'InvalidLanguage2'."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$InvalidLanguage2;)
    MethodParameters:
          Name  Flags
      value     
      language  
}
SourceFile: "CachedContextTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedContextTest
InnerClasses:
  abstract CachedLanguageError3Node = com.oracle.truffle.api.dsl.test.CachedContextTest$CachedLanguageError3Node of com.oracle.truffle.api.dsl.test.CachedContextTest