public class org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return extends org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return
  super_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
{
  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$Return this
         0: .line 690
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.<init>:()V
         1: .line 691
            return
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$Return;

  public boolean execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 695
            iconst_1
            ireturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$Return;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public int getTrueSucc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
         0: .line 700
            iconst_m1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$Return;

  public int getFalseSucc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
         0: .line 705
            iconst_m1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$Return;
}
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 Return = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$Return of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst