Fan

 

class

compiler::StrDslPlugin

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

@compilerDsl = "sys::Str"

StrDslPlugin is used to create a raw Str literal.

Slots

compileSource

override Expr compile(DslExpr dsl)

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

makeSource

new make(Compiler c)

Constructor with associated compiler.