sys::Obj compiler::Node compiler::Expr compiler::RangeLiteralExpr
Source
RangeLiteralExpr creates a Range instance
Expr end
Bool exclusive
new make(Loc loc, CType ctype, Expr start, Expr end, Bool exclusive)
Expr start
virtual override Str toStr()
virtual override Void walkChildren(Visitor v)