Fantom

 

class

compiler::RangeLiteralExpr

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

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)