|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.tatoo.cc.tools.generator.Params
public class Params
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 |
---|
public Params(Map<VariableDecl,Type> variableTypeMap)
Method Detail |
---|
public List<Params.ParamDecl> get(VariableDecl var)
public List<Params.ParamDecl> get(List<VariableDecl> rhs)
public boolean notAllNull(List<VariableDecl> rhs)
public List<Params.ParamDecl> getReverse(List<VariableDecl> rhs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |