class com.oracle.truffle.api.dsl.test.MethodGuardsTest$GuardEqualByteIntTest extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.MethodGuardsTest$GuardEqualByteIntTest
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.MethodGuardsTest$GuardEqualByteIntTest this
         0: .line 129
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.MethodGuardsTest$GuardEqualByteIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/MethodGuardsTest$GuardEqualByteIntTest;

  static java.lang.String do1(byte);
    descriptor: (B)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte value
         0: .line 132
            ldc "do1"
            areturn
        end local 0 // byte value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  B
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == 1"})
    MethodParameters:
       Name  Flags
      value  

  static java.lang.String do2(byte);
    descriptor: (B)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte value
         0: .line 137
            ldc "do2"
            areturn
        end local 0 // byte value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  B
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "MethodGuardsTest.java"
NestHost: com.oracle.truffle.api.dsl.test.MethodGuardsTest
InnerClasses:
  GuardEqualByteIntTest = com.oracle.truffle.api.dsl.test.MethodGuardsTest$GuardEqualByteIntTest of com.oracle.truffle.api.dsl.test.MethodGuardsTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()