sys::Obj compiler::Node compiler::ParamDef : compiler::CParam
ParamDef models the definition of a method parameter.
Expr def
Str defDoc()
override Bool hasDefault()
new make(Location location, CType paramType := null, Str name := null, Expr def := null)
override Str name
override CType paramType
override Void print(AstWriter out)
override Str toStr()