PHPParser_Parser::yyn24 PHP Method

yyn24() protected method

protected yyn24 ( $line, $docComment )
    protected function yyn24($line, $docComment)
    {
        $this->yyastk[$this->yysp - (3 - 1)][] = $this->yyastk[$this->yysp - (3 - 3)];
        $this->yyval = $this->yyastk[$this->yysp - (3 - 1)];
    }
PHPParser_Parser