class compiler::StrDslPlugin

sys::Obj
  compiler::CompilerSupport
    compiler::DslPlugin
      compiler::StrDslPlugin

Source

StrDslPlugin is used to create a raw Str literal.

compile

virtual override Expr compile(DslExpr dsl)

Source

Find a DSL plugin for the given anchor type. If there is a problem then log an error and return null.

make

new make(Compiler c)

Source

Constructor with associated compiler.