fr.umlv.tatoo.cc.tools.generator
Class ToolsGeneratorUtils.ParamClosure<V>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolsGeneratorUtils.ParamClosure
public ToolsGeneratorUtils.ParamClosure()
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)