Package org.apache.tapestry5.plastic
Interface LocalVariableCallback
- 
 public interface LocalVariableCallback A callback for generating code where a local variable is in effect.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoBuild(LocalVariable variable, InstructionBuilder builder)Callback to generate code with a local variable
 
- 
- 
- 
Method Detail- 
doBuildvoid 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
 
 
- 
 
-