class compiler::NopStmt

sys::Obj
  compiler::Node
    compiler::Stmt
      compiler::NopStmt

Source

NopStmt is no operation do nothing statement.

isDefiniteAssign

virtual override Bool isDefiniteAssign(|Expr->Bool| f)

Source

isExit

virtual override Bool isExit()

Source

make

new make(Loc loc)

Source

print

virtual override Void print(AstWriter out)

Source