DslExpr is an embedded Domain Specific Language which is parsed by a DslPlugin.
Slots
- anchorTypeSource
-
CType anchorType
- leadingSpacesSource
-
Int leadingSpaces
- leadingTabsSource
-
Int leadingTabs
- makeSource
- printSource
-
override Void print(AstWriter out)
Overrides compiler::Expr.print
Doc inherited from compiler::Node.print
Pretty print this node and it's descendants.
- srcSource
-
Str src
- srcLocSource
-
Loc srcLoc
- toStrSource
-
override Str toStr()
Overrides compiler::Expr.toStr
Doc inherited from sys::Obj.toStr
Return a string representation of this object.