public abstract class com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node 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.CachedContextTest$Valid2Node
  super_class: com.oracle.truffle.api.nodes.Node
{
  int guardExecuted;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
         0: .line 154
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 158
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node.guardExecuted:I
         2: .line 154
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$Valid2Node;

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

  boolean g0(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
         0: .line 161
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node.guardExecuted:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node.guardExecuted:I
         1: .line 162
            iconst_1
            ireturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$Valid2Node;
            0    2     1   ctx  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    MethodParameters:
      Name  Flags
      ctx   

  java.lang.Object s0(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
         0: .line 167
            aload 1 /* ctx */
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$Valid2Node;
            0    1     1   ctx  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"g0(ctx)"})
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "CachedContextTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedContextTest
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public abstract Valid2Node = com.oracle.truffle.api.dsl.test.CachedContextTest$Valid2Node of com.oracle.truffle.api.dsl.test.CachedContextTest