public abstract class org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst this
         0: .line 654
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;

  public abstract boolean execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  

  public abstract int getTrueSucc();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getFalseSucc();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BytecodeInterpreterPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
InnerClasses:
  public abstract Inst = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
  public Const = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Const of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  public IfLt = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  public IfZero = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  public Return = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst