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

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

  java.lang.String s1(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode this
        start local 1 // java.lang.String v
         0: .line 104
            aload 1 /* v */
            areturn
        end local 1 // java.lang.String v
        end local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/UnsupportedSpecializationTest$UnsupportedNoChildNode;
            0    1     1     v  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      v     

  int s2(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode this
        start local 1 // int v
         0: .line 109
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/UnsupportedSpecializationTest$UnsupportedNoChildNode;
            0    1     1     v  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "UnsupportedSpecializationTest.java"
NestHost: com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest
InnerClasses:
  abstract UnsupportedNoChildNode = com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode of com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest