abstract class com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback 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$CachedWithFallback
  super_class: com.oracle.truffle.api.nodes.Node
{
  boolean guard;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
         0: .line 229
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 231
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback.guard:Z
         2: .line 229
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedWithFallback;

  public abstract java.lang.String execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      o     

  boolean isGuard(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
        start local 1 // java.lang.Object o
         0: .line 236
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback.guard:Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedWithFallback;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  java.lang.String s0(java.lang.String, com.oracle.truffle.api.TruffleLanguage$Env, com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
        start local 1 // java.lang.String o
        start local 2 // com.oracle.truffle.api.TruffleLanguage$Env context
        start local 3 // com.oracle.truffle.api.TruffleLanguage$Env cachedContext
         0: .line 243
            ldc "s0"
            areturn
        end local 3 // com.oracle.truffle.api.TruffleLanguage$Env cachedContext
        end local 2 // com.oracle.truffle.api.TruffleLanguage$Env context
        end local 1 // java.lang.String o
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedWithFallback;
            0    1     1              o  Ljava/lang/String;
            0    1     2        context  Lcom/oracle/truffle/api/TruffleLanguage$Env;
            0    1     3  cachedContext  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"context == cachedContext", "isGuard(o)"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
      2:
        com.oracle.truffle.api.dsl.Cached(value = "context")
    MethodParameters:
               Name  Flags
      o              
      context        
      cachedContext  

  java.lang.String fallback(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
        start local 1 // java.lang.Object o
         0: .line 248
            ldc "fallback"
            areturn
        end local 1 // java.lang.Object o
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedWithFallback;
            0    1     1     o  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
      Name  Flags
      o     
}
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
  abstract CachedWithFallback = com.oracle.truffle.api.dsl.test.CachedContextTest$CachedWithFallback of com.oracle.truffle.api.dsl.test.CachedContextTest