logo

class

compiler::RangeLiteralExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::RangeLiteralExpr

RangeLiteralExpr creates a Range instance

Slots

end

Expr end

exclusive

Bool exclusive

make

new make(Location location, CType ctype)

start

Expr start

toStr

override Str toStr()

walkChildren

override Void walkChildren(Visitor v)