fr.umlv.tatoo.cc.tools.generator
Class Params
java.lang.Object
fr.umlv.tatoo.cc.tools.generator.Params
public class Params
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Params
public Params(Map<VariableDecl,Type> variableTypeMap)
get
public List<Params.ParamDecl> get(VariableDecl var)
get
public List<Params.ParamDecl> get(List<VariableDecl> rhs)
notAllNull
public boolean notAllNull(List<VariableDecl> rhs)
getReverse
public List<Params.ParamDecl> getReverse(List<VariableDecl> rhs)