PhpPeg\Token::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $type, $value = NULL )
    function __construct($type, $value = NULL)
    {
        $this->type = $type;
        $this->value = $value;
    }