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

override Str toStr()

walkChildren

override Void walkChildren(Visitor v)

withBlock

WithBlockExpr withBlock