Phlexy\LexerFactory\Stateful\UsingCompiledRegex::__construct PHP Method

__construct() public method

public __construct ( LexerDataGenerator $dataGen )
$dataGen Phlexy\LexerDataGenerator
    public function __construct(\Phlexy\LexerDataGenerator $dataGen)
    {
        $this->dataGen = $dataGen;
    }
UsingCompiledRegex