class compiler::ItExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::LocalVarExpr
        compiler::ItExpr

Source

ItExpr models the "it" keyword to access the implicit target of an it-block.

isAssignable

virtual override Bool isAssignable()

Source

make

new make(Loc loc, CType? ctype := null)

Source

register

virtual override Int register()

Source

toStr

virtual override Str toStr()

Source