logo

mixin

compiler::CParam

sys::Obj
  compiler::CParam

CParam models a MethodParam in the compiler. CParams unify the params being compiled (ParamDef) and parameters imported (ReflectParam, FMethodVar)

Slots

hasDefault

abstract Bool hasDefault()

name

abstract Str name()

paramType

abstract CType paramType()