class compiler::RegexDslPlugin

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

Source

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

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.