Uses of Class
net.jangaroo.jooc.model.ParamModel
-
Packages that use ParamModel Package Description net.jangaroo.jooc.backend net.jangaroo.jooc.model -
-
Uses of ParamModel in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type ParamModel Modifier and Type Method Description voidActionScriptCodeGeneratingModelVisitor. visitParam(ParamModel paramModel) -
Uses of ParamModel in net.jangaroo.jooc.model
Fields in net.jangaroo.jooc.model with type parameters of type ParamModel Modifier and Type Field Description static List<ParamModel>MethodModel. NO_PARAMSMethods in net.jangaroo.jooc.model that return ParamModel Modifier and Type Method Description ParamModelParamModel. duplicate()Methods in net.jangaroo.jooc.model that return types with arguments of type ParamModel Modifier and Type Method Description List<ParamModel>MethodModel. getParams()Methods in net.jangaroo.jooc.model with parameters of type ParamModel Modifier and Type Method Description voidMethodModel. addParam(ParamModel paramModel)Add a parameter.voidModelVisitor. visitParam(ParamModel paramModel)Method parameters in net.jangaroo.jooc.model with type arguments of type ParamModel Modifier and Type Method Description voidMethodModel. setParams(List<ParamModel> params)Constructors in net.jangaroo.jooc.model with parameters of type ParamModel Constructor Description MethodModel(String name, String returnType, ParamModel... params)Constructor parameters in net.jangaroo.jooc.model with type arguments of type ParamModel Constructor Description MethodModel(String name, String returnType, List<ParamModel> params)
-