logo

class

compiler::SimpleLiteralExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::SimpleLiteralExpr

SimpleLiteralExpr is convenience for ctype.parse(arg)

Slots

arg

Expr arg

make

new make(Location location, CType ctype, Expr arg)

method

CMethod method

serialize

override Str serialize()

toStr

override Str toStr()

walkChildren

override Void walkChildren(Visitor v)