Fan

 

class

compiler::RegexDslPlugin

sys::Obj
  compiler::CompilerSupport
    compiler::DslPlugin
      compiler::RegexDslPlugin

@compilerDsl = "sys::Regex"

RegexDslPlugin is used to create a Regex instance from a raw string.

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.