PhpPeg\TokenTerminal::match_code PHP Method

match_code() protected method

protected match_code ( $value )
    protected function match_code($value)
    {
        return $this->match_fail_conditional('( $subres = $this->' . $this->type . '( ' . $value . ' ) ) !== FALSE', $this->set_text('$subres'));
    }