fr.umlv.tatoo.cc.tools.generator
Class Params

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.generator.Params

public class Params
extends Object


Nested Class Summary
static class Params.ParamDecl
           
 
Constructor Summary
Params(Map<VariableDecl,Type> variableTypeMap)
           
 
Method Summary
 List<Params.ParamDecl> get(List<VariableDecl> rhs)
           
 List<Params.ParamDecl> get(VariableDecl var)
           
 List<Params.ParamDecl> getReverse(List<VariableDecl> rhs)
           
 boolean notAllNull(List<VariableDecl> rhs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Params

public Params(Map<VariableDecl,Type> variableTypeMap)
Method Detail

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)