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

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

  static java.lang.Object s0(java.lang.Object, com.oracle.truffle.api.dsl.test.CachedNodeTest$InvalidNode4);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/dsl/test/CachedNodeTest$InvalidNode4;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.Object arg0
        start local 1 // com.oracle.truffle.api.dsl.test.CachedNodeTest$InvalidNode4 foo
         0: .line 338
            aload 0 /* arg0 */
            areturn
        end local 1 // com.oracle.truffle.api.dsl.test.CachedNodeTest$InvalidNode4 foo
        end local 0 // java.lang.Object arg0
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  arg0  Ljava/lang/Object;
            0    1     1   foo  Lcom/oracle/truffle/api/dsl/test/CachedNodeTest$InvalidNode4;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Failed to generate code for @GenerateUncached: The specialization uses @Cached without valid uncached expression. Error parsing expression 'getUncached()': The method getUncached is undefined for the enclosing scope.. To resolve this specify the uncached or allowUncached attribute in @Cached."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Failed to generate code for @GenerateUncached: The specialization uses @Cached without valid uncached expression. Error parsing expression 'getUncached()': The method getUncached is undefined for the enclosing scope.. To resolve this specify the uncached or allowUncached attribute in @Cached."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
      Name  Flags
      arg0  
      foo   
}
SourceFile: "CachedNodeTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedNodeTest
InnerClasses:
  public abstract ErrorNode4 = com.oracle.truffle.api.dsl.test.CachedNodeTest$ErrorNode4 of com.oracle.truffle.api.dsl.test.CachedNodeTest
  public InvalidNode4 = com.oracle.truffle.api.dsl.test.CachedNodeTest$InvalidNode4 of com.oracle.truffle.api.dsl.test.CachedNodeTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()