logo

class

compiler::RangeLiteralExpr

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

RangeLiteralExpr creates a Range instance

Slots

end

Expr end

Source

exclusive

Bool exclusive

Source

make

new make(Location location, CType ctype)

Source

start

Expr start

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

walkChildren

override Void walkChildren(Visitor v)

Source