class compiler::LocaleLiteralExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::LocaleLiteralExpr

Source

LocaleLiteralExpr: podName::key=defVal

def

Str? def

Source

key

Str key

Source

make

new make(Loc loc, Str pattern)

Source

pattern

Str pattern

Source

podName

Str? podName

Source

toStr

virtual override Str toStr()

Source