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

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

  protected java.lang.String s1(int, int, int, int);
    descriptor: (IIII)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.dsl.test.FallbackTest$Fallback10 this
        start local 1 // int left
        start local 2 // int right
        start local 3 // int cachedLeft
        start local 4 // int cachedRight
         0: .line 447
            ldc "s0"
            areturn
        end local 4 // int cachedRight
        end local 3 // int cachedLeft
        end local 2 // int right
        end local 1 // int left
        end local 0 // com.oracle.truffle.api.dsl.test.FallbackTest$Fallback10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/dsl/test/FallbackTest$Fallback10;
            0    1     1         left  I
            0    1     2        right  I
            0    1     3   cachedLeft  I
            0    1     4  cachedRight  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "2", guards = {"left == cachedLeft", "right == cachedRight"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "left")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "right")
    MethodParameters:
             Name  Flags
      left         
      right        
      cachedLeft   
      cachedRight  

  protected java.lang.String f0(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.FallbackTest$Fallback10 this
        start local 1 // java.lang.Object left
        start local 2 // java.lang.Object right
         0: .line 454
            ldc "f0"
            areturn
        end local 2 // java.lang.Object right
        end local 1 // java.lang.Object left
        end local 0 // com.oracle.truffle.api.dsl.test.FallbackTest$Fallback10 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/FallbackTest$Fallback10;
            0    1     1   left  Ljava/lang/Object;
            0    1     2  right  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Some guards for the following specializations could not be negated for the @Fallback specialization: [s1].%"})
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Some guards for the following specializations could not be negated for the @Fallback specialization: [s1].%"})
    MethodParameters:
       Name  Flags
      left   
      right  
}
SourceFile: "FallbackTest.java"
NestHost: com.oracle.truffle.api.dsl.test.FallbackTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract Fallback10 = com.oracle.truffle.api.dsl.test.FallbackTest$Fallback10 of com.oracle.truffle.api.dsl.test.FallbackTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/examples/ExampleTypes;)
      com.oracle.truffle.api.dsl.Introspectable()