RangeLiteralExpr creates a Range instance
Slots
- endSource
-
Expr end
- exclusiveSource
-
Bool exclusive
- makeSource
-
new make(Loc loc, CType ctype, Expr start, Expr end, Bool exclusive)
- startSource
-
Expr start
- toStrSource
-
override Str toStr()
Overrides compiler::Expr.toStr
Doc inherited from sys::Obj.toStr
Return a string representation of this object.
- walkChildrenSource
-
override Void walkChildren(Visitor v)
Overrides compiler::Expr.walkChildren