public interface org.graalvm.compiler.lir.StateProcedure extends org.graalvm.compiler.lir.InstructionStateProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.lir.StateProcedure
  super_class: java.lang.Object
{
  public abstract void doState(org.graalvm.compiler.lir.LIRFrameState);
    descriptor: (Lorg/graalvm/compiler/lir/LIRFrameState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      state  

  public void doState(org.graalvm.compiler.lir.LIRInstruction, org.graalvm.compiler.lir.LIRFrameState);
    descriptor: (Lorg/graalvm/compiler/lir/LIRInstruction;Lorg/graalvm/compiler/lir/LIRFrameState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.lir.StateProcedure this
        start local 1 // org.graalvm.compiler.lir.LIRInstruction instruction
        start local 2 // org.graalvm.compiler.lir.LIRFrameState state
         0: .line 34
            aload 0 /* this */
            aload 2 /* state */
            invokeinterface org.graalvm.compiler.lir.StateProcedure.doState:(Lorg/graalvm/compiler/lir/LIRFrameState;)V
         1: .line 35
            return
        end local 2 // org.graalvm.compiler.lir.LIRFrameState state
        end local 1 // org.graalvm.compiler.lir.LIRInstruction instruction
        end local 0 // org.graalvm.compiler.lir.StateProcedure this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/lir/StateProcedure;
            0    2     1  instruction  Lorg/graalvm/compiler/lir/LIRInstruction;
            0    2     2        state  Lorg/graalvm/compiler/lir/LIRFrameState;
    MethodParameters:
             Name  Flags
      instruction  
      state        
}
SourceFile: "StateProcedure.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()