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

virtual Str serialize()

toStr

virtual Str toStr()

walkChildren

virtual Void walkChildren(Visitor v)