Interface LocalVariableCallback


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

    Modifier and Type
    Method
    Description
    void
    Callback to generate code with a local variable
  • Method Details

    • 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