@FunctionalInterface public interface StateProcedure extends InstructionStateProcedure
Modifier and Type | Method and Description |
---|---|
void |
doState(LIRFrameState state) |
default void |
doState(LIRInstruction instruction,
LIRFrameState state) |
void doState(LIRFrameState state)
default void doState(LIRInstruction instruction, LIRFrameState state)
doState
in interface InstructionStateProcedure