PhpPeg\TokenRegex::match_code PHP Method

match_code() public method

The $value default parameter is NOT used, it is just added to conform to interface
public match_code ( $value = NULL )
    function match_code($value = NULL)
    {
        return parent::match_code("'{$this->value}'");
    }