fr.umlv.tatoo.cc.tools.generator
Class ToolsGeneratorUtils.ParamClosure<V>

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.generator.ToolsGeneratorUtils.ParamClosure<V>
Direct Known Subclasses:
ToolsGeneratorUtils.VarParamClosure
Enclosing class:
ToolsGeneratorUtils

public abstract static class ToolsGeneratorUtils.ParamClosure<V>
extends Object


Constructor Summary
ToolsGeneratorUtils.ParamClosure()
           
 
Method Summary
 V apply(Type type, String name, V value)
           
 V apply(Type type, VariableDecl variable, String name, V value)
           
 String name(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolsGeneratorUtils.ParamClosure

public ToolsGeneratorUtils.ParamClosure()
Method Detail

name

public String name(String id)

apply

public V apply(Type type,
               VariableDecl variable,
               String name,
               V value)

apply

public V apply(Type type,
               String name,
               V value)