logo
class

compiler::WithBaseExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::WithBaseExpr

WithBaseExpr is a place holder used as the target of sub-expressions within a with block typed to the with base.

Slots

make

new make(WithBlockExpr withBlock)

toStr

virtual Str toStr()

walkChildren

virtual Void walkChildren(Visitor v)

withBlock

WithBlockExpr withBlock