Interface LocalVariableCallback


  • public interface LocalVariableCallback
    A callback for generating code where a local variable is in effect.
    • Method Detail

      • doBuild

        void doBuild​(LocalVariable variable,
                     InstructionBuilder builder)
        Callback to generate code with a local variable
        Parameters:
        variable - the variable that is available within the block
        builder - builder the block where the variable is active