PhpPeg\TokenSequence::__construct PHP Method

__construct() public method

public __construct ( $value )
    function __construct($value)
    {
        parent::__construct('sequence', $value);
    }