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()

Source

name

abstract Str name()

Source

paramType

abstract CType paramType()

Source