class compiler::DslExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::DslExpr

Source

DslExpr is an embedded Domain Specific Language which is parsed by a DslPlugin.

anchorType

CType anchorType

Source

leadingSpaces

Int leadingSpaces

Source

leadingTabs

Int leadingTabs

Source

make

new make(Loc loc, CType anchorType, Loc srcLoc, Str src)

Source

print

virtual override Void print(AstWriter out)

Source

src

Str src

Source

srcLoc

Loc srcLoc

Source

toStr

virtual override Str toStr()

Source