Fan

 

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

hasDefaultSource

abstract Bool hasDefault()

nameSource

abstract Str name()

paramTypeSource

abstract CType paramType()