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

  java.lang.String do1(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
        start local 1 // boolean value
         0: .line 91
            ldc "do1"
            areturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode;
            0    1     1  value  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == !false"})
    MethodParameters:
       Name  Flags
      value  

  java.lang.String do2(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
        start local 1 // boolean value
         0: .line 96
            ldc "do2"
            areturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode;
            0    1     1  value  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == !true"})
    MethodParameters:
       Name  Flags
      value  

  java.lang.String do3(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.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
        start local 1 // java.lang.Object value
         0: .line 101
            ldc "do3"
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode;
            0    1     1  value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "BooleanLiteralGuardsTest.java"
NestHost: com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest
InnerClasses:
  abstract CompareObjectsTrueFalseNegationNode = com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$CompareObjectsTrueFalseNegationNode of com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest
  public abstract ChildrenNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode of com.oracle.truffle.api.dsl.test.TypeSystemTest