org.apache.tapestry5.plastic
Interface LocalVariableCallback


public interface LocalVariableCallback

A callback for generating code where a local variable is in effect.


Method Summary
 void doBuild(LocalVariable variable, InstructionBuilder builder)
          Callback to generate code with a local variable
 

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


Copyright © 2003-2012 The Apache Software Foundation.